--- old/src/hotspot/share/gc/serial/defNewGeneration.cpp 2018-04-23 17:00:39.962116134 +0200 +++ new/src/hotspot/share/gc/serial/defNewGeneration.cpp 2018-04-23 17:00:39.674107157 +0200 @@ -646,7 +646,7 @@ FastKeepAliveClosure keep_alive(this, &scan_weak_ref); ReferenceProcessor* rp = ref_processor(); rp->setup_policy(clear_all_soft_refs); - ReferenceProcessorPhaseTimes pt(_gc_timer, rp->num_q()); + ReferenceProcessorPhaseTimes pt(_gc_timer, rp->num_queues()); const ReferenceProcessorStats& stats = rp->process_discovered_references(&is_alive, &keep_alive, &evacuate_followers, NULL, &pt);