< prev index next >

src/share/vm/gc/g1/g1CollectedHeap.cpp

Print this page

        

@@ -1288,12 +1288,11 @@
       ref_processor_cm()->disable_discovery();
       ref_processor_cm()->abandon_partial_discovery();
       ref_processor_cm()->verify_no_references_recorded();
 
       // Abandon current iterations of concurrent marking and concurrent
-      // refinement, if any are in progress. We have to do this before
-      // wait_until_scan_finished() below.
+      // refinement, if any are in progress.
       concurrent_mark()->abort();
 
       // Make sure we'll choose a new allocation region afterwards.
       _allocator->release_mutator_alloc_region();
       _allocator->abandon_gc_alloc_regions();
< prev index next >