--- old/src/hotspot/share/gc/g1/g1RootProcessor.cpp 2019-02-27 11:07:51.324289119 +0100 +++ new/src/hotspot/share/gc/g1/g1RootProcessor.cpp 2019-02-27 11:07:51.054280909 +0100 @@ -76,7 +76,7 @@ _n_workers_discovered_strong_classes(0) {} void G1RootProcessor::evacuate_roots(G1ParScanThreadState* pss, uint worker_i) { - G1GCPhaseTimes* phase_times = _g1h->g1_policy()->phase_times(); + G1GCPhaseTimes* phase_times = _g1h->policy()->phase_times(); G1EvacPhaseTimesTracker timer(phase_times, pss, G1GCPhaseTimes::ExtRootScan, worker_i);