< prev index next >

src/hotspot/share/gc/g1/g1FullGCReferenceProcessorExecutor.cpp

Print this page
rev 49834 : [mq]: 8202021-cleanup-referenceprocessor
rev 49836 : [mq]: 8202017-reference-processor-remove-enqueue

@@ -106,10 +106,6 @@
 
   tracer->report_gc_reference_stats(stats);
   pt.print_all_references();
 
   assert(marker->oop_stack()->is_empty(), "Should be no oops on the stack");
-
-  // Now enqueue the references.
-  _reference_processor->enqueue_discovered_references(executor, &pt);
-  pt.print_enqueue_phase();
 }
< prev index next >