hotspot/src/share/vm/gc/g1/vm_operations_g1.cpp
changeset 37218 c7241bc368bf
parent 37137 62fd3fb4b1b1
child 37235 d9a0c407ac98
--- a/hotspot/src/share/vm/gc/g1/vm_operations_g1.cpp	Thu Mar 31 14:18:25 2016 +0000
+++ b/hotspot/src/share/vm/gc/g1/vm_operations_g1.cpp	Wed Mar 30 21:05:13 2016 +0900
@@ -217,6 +217,8 @@
   GCTraceCPUTime tcpu;
   G1CollectedHeap* g1h = G1CollectedHeap::heap();
   GCTraceTime(Info, gc) t(_printGCMessage, g1h->concurrent_mark()->gc_timer_cm(), GCCause::_no_gc, true);
+  TraceCollectorStats tcs(g1h->g1mm()->conc_collection_counters());
+  SvcGCMarker sgcm(SvcGCMarker::CONCURRENT);
   IsGCActiveMark x;
   _cl->do_void();
 }