hotspot/src/share/vm/gc/g1/g1CollectedHeap.cpp
changeset 35204 78a0fd90a70f
parent 35163 448e610805bb
child 35210 eb1d5c68bf64
--- a/hotspot/src/share/vm/gc/g1/g1CollectedHeap.cpp	Mon Dec 21 14:09:21 2015 +0000
+++ b/hotspot/src/share/vm/gc/g1/g1CollectedHeap.cpp	Fri Dec 18 08:17:30 2015 -0800
@@ -2336,7 +2336,7 @@
     _gc_tracer_cm->report_gc_end(_gc_timer_cm->gc_end(), _gc_timer_cm->time_partitions());
 
     // Clear state variables to prepare for the next concurrent cycle.
-     collector_state()->set_concurrent_cycle_started(false);
+    collector_state()->set_concurrent_cycle_started(false);
     _heap_summary_sent = false;
   }
 }