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

changeset 3335
3c648b9ad052
parent 3264
5a5ed80bea5b
child 3357
441e946dc1af
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp	Fri Dec 09 19:28:34 2011 -0800
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp	Wed Dec 14 12:15:26 2011 +0100
     1.3 @@ -336,12 +336,6 @@
     1.4                       unallocated_block() : end());
     1.5    }
     1.6  
     1.7 -  // This is needed because the default implementation uses block_start()
     1.8 -  // which can;t be used at certain times (for example phase 3 of mark-sweep).
     1.9 -  // A better fix is to change the assertions in phase 3 of mark-sweep to
    1.10 -  // use is_in_reserved(), but that is deferred since the is_in() assertions
    1.11 -  // are buried through several layers of callers and are used elsewhere
    1.12 -  // as well.
    1.13    bool is_in(const void* p) const {
    1.14      return used_region().contains(p);
    1.15    }

mercurial