src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp

changeset 6981
ff1e37e7eb83
parent 6980
6c523f5d5440
child 7234
4001310db3f5
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp	Wed Mar 12 17:13:48 2014 +0100
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp	Wed Mar 12 15:25:35 2014 +0100
     1.3 @@ -337,10 +337,6 @@
     1.4                       unallocated_block() : end());
     1.5    }
     1.6  
     1.7 -  bool is_in(const void* p) const {
     1.8 -    return used_region().contains(p);
     1.9 -  }
    1.10 -
    1.11    virtual bool is_free_block(const HeapWord* p) const;
    1.12  
    1.13    // Resizing support

mercurial