< prev index next >

src/share/vm/gc/parallel/psMarkSweep.cpp

Print this page
rev 13071 : [mq]: webrev.1

@@ -251,11 +251,11 @@
 
 #if defined(COMPILER2) || INCLUDE_JVMCI
     DerivedPointerTable::update_pointers();
 #endif
 
-    ref_processor()->enqueue_discovered_references(NULL);
+    ref_processor()->enqueue_discovered_references(NULL, _gc_timer);
 
     // Update time of last GC
     reset_millis_since_last_gc();
 
     // Let the size policy know we're done
< prev index next >