< prev index next >

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

Print this page
rev 11970 : imported patch 8157952-parallelize-memory-pretouch
rev 11974 : imported patch 8159422-mikael-review

@@ -3163,11 +3163,10 @@
 
         register_humongous_regions_with_cset();
 
         assert(_verifier->check_cset_fast_test(), "Inconsistency in the InCSetState table.");
 
-        _cm->note_start_of_gc();
         // We call this after finalize_cset() to
         // ensure that the CSet has been finalized.
         _cm->verify_no_cset_oops();
 
         if (_hr_printer.is_active()) {

@@ -3249,11 +3248,10 @@
         }
 
         // We redo the verification but now wrt to the new CSet which
         // has just got initialized after the previous CSet was freed.
         _cm->verify_no_cset_oops();
-        _cm->note_end_of_gc();
 
         // This timing is only used by the ergonomics to handle our pause target.
         // It is unclear why this should not include the full pause. We will
         // investigate this in CR 7178365.
         double sample_end_time_sec = os::elapsedTime();
< prev index next >