diff -r 8235e1a1b41b -r 09e6f8d20337 hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp --- a/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp Wed Sep 28 10:36:31 2011 -0700 +++ b/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp Mon Oct 03 12:49:53 2011 -0700 @@ -4618,15 +4618,7 @@ scan_perm_cl = &scan_mark_perm_cl; } - // The following closure is used to scan RSets looking for reference - // fields that point into the collection set. The actual field iteration - // is performed by a FilterIntoCSClosure, whose do_oop method calls the - // do_oop method of the following closure. - // Therefore we want to record the reference processor in the - // FilterIntoCSClosure. To do so we record the STW reference - // processor into the following closure and pass it to the - // FilterIntoCSClosure in HeapRegionDCTOC::walk_mem_region_with_cl. - G1ParPushHeapRSClosure push_heap_rs_cl(_g1h, &pss, rp); + G1ParPushHeapRSClosure push_heap_rs_cl(_g1h, &pss); pss.start_strong_roots(); _g1h->g1_process_strong_roots(/* not collecting perm */ false,