< prev index next >

src/hotspot/share/gc/g1/g1RootProcessor.hpp

Print this page
rev 56328 : [mq]: 8159984-kbarrett-review

*** 67,82 **** G1RP_PS_refProcessor_oops_do, // Leave this one last. G1RP_PS_NumElements }; ! void worker_has_discovered_all_strong_classes(); ! void wait_until_all_strong_classes_discovered(); void process_java_roots(G1RootClosures* closures, G1GCPhaseTimes* phase_times, ! uint worker_i); void process_vm_roots(G1RootClosures* closures, G1GCPhaseTimes* phase_times, uint worker_i); --- 67,83 ---- G1RP_PS_refProcessor_oops_do, // Leave this one last. G1RP_PS_NumElements }; ! void worker_has_discovered_all_strong_nmethods(); ! void wait_until_all_strong_nmethods_discovered(); void process_java_roots(G1RootClosures* closures, G1GCPhaseTimes* phase_times, ! uint worker_i, ! bool notify_claimed_roots_done = false); void process_vm_roots(G1RootClosures* closures, G1GCPhaseTimes* phase_times, uint worker_i);
< prev index next >