< prev index next >

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

Print this page
rev 49905 : imported patch 8201492-properly-implement-non-contiguous-reference-processing
rev 49908 : imported patch 8202021-cleanup-referenceprocessor
rev 49910 : imported patch 8202017-reference-processor-remove-enqueue

*** 255,269 **** #if COMPILER2_OR_JVMCI DerivedPointerTable::update_pointers(); #endif ! ReferenceProcessorPhaseTimes pt(_gc_timer, ref_processor()->num_queues()); ! ! ref_processor()->enqueue_discovered_references(NULL, &pt); ! ! pt.print_enqueue_phase(); // Update time of last GC reset_millis_since_last_gc(); // Let the size policy know we're done --- 255,265 ---- #if COMPILER2_OR_JVMCI DerivedPointerTable::update_pointers(); #endif ! assert(!ref_processor()->discovery_enabled(), "Should have been disabled earlier"); // Update time of last GC reset_millis_since_last_gc(); // Let the size policy know we're done
< prev index next >