src/hotspot/share/gc/g1/g1FullGCReferenceProcessorExecutor.cpp
changeset 50049 9d17c375dc30
parent 49967 672ded60a082
child 50071 758deedaae84
equal deleted inserted replaced
50048:1c4fb292447c 50049:9d17c375dc30
   106 
   106 
   107   tracer->report_gc_reference_stats(stats);
   107   tracer->report_gc_reference_stats(stats);
   108   pt.print_all_references();
   108   pt.print_all_references();
   109 
   109 
   110   assert(marker->oop_stack()->is_empty(), "Should be no oops on the stack");
   110   assert(marker->oop_stack()->is_empty(), "Should be no oops on the stack");
   111 
       
   112   // Now enqueue the references.
       
   113   _reference_processor->enqueue_discovered_references(executor, &pt);
       
   114   pt.print_enqueue_phase();
       
   115 }
   111 }