< prev index next >

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

Print this page
rev 52572 : [mq]: 8213996-remove-sparseprt-table

*** 510,523 **** p->record_thread_work_item(G1GCPhaseTimes::UpdateRS, worker_i, refine_card_cl.cards_scanned(), G1GCPhaseTimes::UpdateRSScannedCards); p->record_thread_work_item(G1GCPhaseTimes::UpdateRS, worker_i, refine_card_cl.cards_skipped(), G1GCPhaseTimes::UpdateRSSkippedCards); } } - void G1RemSet::cleanupHRRS() { - HeapRegionRemSet::cleanup(); - } - void G1RemSet::oops_into_collection_set_do(G1ParScanThreadState* pss, uint worker_i) { update_rem_set(pss, worker_i); scan_rem_set(pss, worker_i);; } --- 510,519 ----
< prev index next >