hotspot/src/share/vm/trace/trace.xml
changeset 35227 176e593eb364
parent 35204 78a0fd90a70f
child 35934 76dbe86f3d82
equal deleted inserted replaced
35226:4aee3c29fc2d 35227:176e593eb364
   461     </event>
   461     </event>
   462 
   462 
   463     <event id="GCPhaseConcurrent" path="vm/gc/phases/concurrent" label="GC Phase Concurrent">
   463     <event id="GCPhaseConcurrent" path="vm/gc/phases/concurrent" label="GC Phase Concurrent">
   464       <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
   464       <value type="UINT" field="gcId" label="GC ID" relation="GC_ID"/>
   465       <value type="UTF8" field="name" label="Name" />
   465       <value type="UTF8" field="name" label="Name" />
       
   466     </event>
       
   467 
       
   468     <event id="AllocationRequiringGC" path="vm/gc/detailed/allocation_requiring_gc" label="Allocation Requiring GC"
       
   469            has_thread="true" has_stacktrace="true"  is_instant="true">
       
   470       <value type="UINT" field="gcId"  label="Pending GC ID" relation="GC_ID" />
       
   471       <value type="BYTES64" field="size" label="Allocation Size" />
   466     </event>
   472     </event>
   467 
   473 
   468     <!-- Compiler events -->
   474     <!-- Compiler events -->
   469 
   475 
   470     <event id="Compilation" path="vm/compiler/compilation" label="Compilation"
   476     <event id="Compilation" path="vm/compiler/compilation" label="Compilation"