< prev index next >

src/share/vm/gc/g1/g1MarkSweep.cpp

Print this page
rev 13331 : imported patch webrev.3b
rev 13332 : [mq]: webrev.4

@@ -147,11 +147,11 @@
     // Process reference objects found during marking
     ReferenceProcessor* rp = GenMarkSweep::ref_processor();
     assert(rp == g1h->ref_processor_stw(), "Sanity");
 
     rp->setup_policy(clear_all_softrefs);
-    ReferenceProcessorPhaseTimes pt(gc_timer(), rp->num_q(), rp->processing_is_mt());
+    ReferenceProcessorPhaseTimes pt(gc_timer(), rp->num_q());
 
     const ReferenceProcessorStats& stats =
         rp->process_discovered_references(&GenMarkSweep::is_alive,
                                           &GenMarkSweep::keep_alive,
                                           &GenMarkSweep::follow_stack_closure,
< prev index next >