< prev index next >

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

Print this page
rev 50505 : imported patch 8204613-stringtable-unclean-fix

*** 97,106 **** --- 97,107 ---- G1GCPhaseTimes* phase_times, uint worker_i); public: G1RootProcessor(G1CollectedHeap* g1h, uint n_workers); + ~G1RootProcessor(); // Apply correct closures from pss to the strongly and weakly reachable roots in the system // in a single pass. // Record and report timing measurements for sub phases using the worker_i void evacuate_roots(G1ParScanThreadState* pss, uint worker_id);
< prev index next >