< prev index next >

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

Print this page
rev 49678 : imported patch 8200426-sangheon-review
rev 49680 : imported patch 6672778-partial-queue-trimming
rev 49681 : imported patch 6672778-refactoring
rev 49682 : [mq]: 6672778-stefanj-review

*** 3124,3134 **** G1ParScanThreadState* pss = _pss->state_for_worker(worker_id); pss->set_ref_processor(rp); double start_strong_roots_sec = os::elapsedTime(); ! _root_processor->evacuate_roots(pss, pss->closures(), worker_id); // We pass a weak code blobs closure to the remembered set scanning because we want to avoid // treating the nmethods visited to act as roots for concurrent marking. // We only want to make sure that the oops in the nmethods are adjusted with regard to the // objects copied by the current evacuation. --- 3124,3134 ---- G1ParScanThreadState* pss = _pss->state_for_worker(worker_id); pss->set_ref_processor(rp); double start_strong_roots_sec = os::elapsedTime(); ! _root_processor->evacuate_roots(pss, worker_id); // We pass a weak code blobs closure to the remembered set scanning because we want to avoid // treating the nmethods visited to act as roots for concurrent marking. // We only want to make sure that the oops in the nmethods are adjusted with regard to the // objects copied by the current evacuation.
< prev index next >