< prev index next >

src/hotspot/share/gc/g1/g1RemSet.cpp

Print this page
rev 56299 : imported patch 8231117-remove-raw-strong-oops

*** 828,838 **** G1OopStarChunkedList* opt_rem_set_list = _pss->oops_into_optional_region(r); G1ScanCardClosure scan_cl(G1CollectedHeap::heap(), _pss); G1ScanRSForOptionalClosure cl(G1CollectedHeap::heap(), &scan_cl); ! _opt_refs_scanned += opt_rem_set_list->oops_do(&cl, _pss->closures()->raw_strong_oops()); _opt_refs_memory_used += opt_rem_set_list->used_memory(); event.commit(GCId::current(), _worker_id, G1GCPhaseTimes::phase_name(_scan_phase)); } --- 828,838 ---- G1OopStarChunkedList* opt_rem_set_list = _pss->oops_into_optional_region(r); G1ScanCardClosure scan_cl(G1CollectedHeap::heap(), _pss); G1ScanRSForOptionalClosure cl(G1CollectedHeap::heap(), &scan_cl); ! _opt_refs_scanned += opt_rem_set_list->oops_do(&cl, _pss->closures()->strong_oops()); _opt_refs_memory_used += opt_rem_set_list->used_memory(); event.commit(GCId::current(), _worker_id, G1GCPhaseTimes::phase_name(_scan_phase)); }
< prev index next >