< prev index next >

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

Print this page

        

*** 2440,2454 **** // FLS are to valid objects elsewhere in the heap if (FLSVerifyAllHeapReferences) { VerifyAllOopsClosure cl(_collector, this, span, past_remark, _collector->markBitMap()); - CollectedHeap* ch = Universe::heap(); // Iterate over all oops in the heap. Uses the _no_header version // since we are not interested in following the klass pointers. ! ch->oop_iterate_no_header(&cl); } if (VerifyObjectStartArray) { // Verify the block offset table _bt.verify(); --- 2440,2453 ---- // FLS are to valid objects elsewhere in the heap if (FLSVerifyAllHeapReferences) { VerifyAllOopsClosure cl(_collector, this, span, past_remark, _collector->markBitMap()); // Iterate over all oops in the heap. Uses the _no_header version // since we are not interested in following the klass pointers. ! GenCollectedHeap::heap()->oop_iterate_no_header(&cl); } if (VerifyObjectStartArray) { // Verify the block offset table _bt.verify();
< prev index next >