< prev index next >

src/hotspot/share/gc/serial/defNewGeneration.cpp

Print this page
rev 49834 : [mq]: 8202021-cleanup-referenceprocessor

*** 644,654 **** evacuate_followers.do_void(); 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()); const ReferenceProcessorStats& stats = rp->process_discovered_references(&is_alive, &keep_alive, &evacuate_followers, NULL, &pt); gc_tracer.report_gc_reference_stats(stats); gc_tracer.report_tenuring_threshold(tenuring_threshold()); --- 644,654 ---- evacuate_followers.do_void(); FastKeepAliveClosure keep_alive(this, &scan_weak_ref); ReferenceProcessor* rp = ref_processor(); rp->setup_policy(clear_all_soft_refs); ! ReferenceProcessorPhaseTimes pt(_gc_timer, rp->num_queues()); const ReferenceProcessorStats& stats = rp->process_discovered_references(&is_alive, &keep_alive, &evacuate_followers, NULL, &pt); gc_tracer.report_gc_reference_stats(stats); gc_tracer.report_tenuring_threshold(tenuring_threshold());
< prev index next >