< prev index next >

src/share/vm/gc/shared/referenceProcessor.cpp

Print this page
rev 13328 : [mq]: webrev.0b
rev 13330 : imported patch webrev.2
rev 13331 : imported patch webrev.3b
rev 13333 : [mq]: webrev.5

@@ -191,10 +191,11 @@
   BoolObjectClosure*            is_alive,
   OopClosure*                   keep_alive,
   VoidClosure*                  complete_gc,
   AbstractRefProcTaskExecutor*  task_executor,
   ReferenceProcessorPhaseTimes* phase_times) {
+
   double start_time = os::elapsedTime();
 
   assert(!enqueuing_is_done(), "If here enqueuing should not be complete");
   // Stop treating discovered references specially.
   disable_discovery();
< prev index next >