src/share/vm/memory/space.cpp

changeset 6981
ff1e37e7eb83
parent 6980
6c523f5d5440
child 6990
1526a938e670
     1.1 --- a/src/share/vm/memory/space.cpp	Wed Mar 12 17:13:48 2014 +0100
     1.2 +++ b/src/share/vm/memory/space.cpp	Wed Mar 12 15:25:35 2014 +0100
     1.3 @@ -306,10 +306,6 @@
     1.4    CompactibleSpace::clear(mangle_space);
     1.5  }
     1.6  
     1.7 -bool ContiguousSpace::is_in(const void* p) const {
     1.8 -  return _bottom <= p && p < _top;
     1.9 -}
    1.10 -
    1.11  bool ContiguousSpace::is_free_block(const HeapWord* p) const {
    1.12    return p >= _top;
    1.13  }

mercurial