--- old/src/hotspot/share/gc/g1/g1FullGCReferenceProcessorExecutor.cpp 2018-04-23 16:50:32.583183700 +0200 +++ new/src/hotspot/share/gc/g1/g1FullGCReferenceProcessorExecutor.cpp 2018-04-23 16:50:32.297174785 +0200 @@ -108,8 +108,4 @@ 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(); }