hotspot/src/share/vm/trace/trace.xml
changeset 35204 78a0fd90a70f
parent 35071 a0910b1d3e0d
child 35227 176e593eb364
--- a/hotspot/src/share/vm/trace/trace.xml	Mon Dec 21 14:09:21 2015 +0000
+++ b/hotspot/src/share/vm/trace/trace.xml	Fri Dec 18 08:17:30 2015 -0800
@@ -460,6 +460,11 @@
       <value type="UTF8" field="name" label="Name" />
     </event>
 
+    <event id="GCPhaseConcurrent" path="vm/gc/phases/concurrent" label="GC Phase Concurrent">
+      <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
+      <value type="UTF8" field="name" label="Name" />
+    </event>
+
     <!-- Compiler events -->
 
     <event id="Compilation" path="vm/compiler/compilation" label="Compilation"