< prev index next >

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

Print this page
rev 56302 : [mq]: 8231189-worker_i-renamings

*** 72,91 **** 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, bool notify_claimed_roots_done = false); void process_vm_roots(G1RootClosures* closures, G1GCPhaseTimes* phase_times, ! uint worker_i); void process_code_cache_roots(CodeBlobClosure* code_closure, G1GCPhaseTimes* phase_times, ! uint worker_i); public: G1RootProcessor(G1CollectedHeap* g1h, uint n_workers); // Apply correct closures from pss to the strongly and weakly reachable roots in the system --- 72,91 ---- 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_id, bool notify_claimed_roots_done = false); void process_vm_roots(G1RootClosures* closures, G1GCPhaseTimes* phase_times, ! uint worker_id); void process_code_cache_roots(CodeBlobClosure* code_closure, G1GCPhaseTimes* phase_times, ! uint worker_id); public: G1RootProcessor(G1CollectedHeap* g1h, uint n_workers); // Apply correct closures from pss to the strongly and weakly reachable roots in the system
< prev index next >