src/share/vm/trace/trace.xml

Print this page

        

*** 174,185 **** <event id="GCGarbageCollection" path="vm/gc/collector/garbage_collection" label="Garbage Collection" description="Garbage collection performed by the JVM"> <value type="UINT" field="gcId" label="GC ID" relation="GC_ID" /> <value type="GCNAME" field="name" label="Name" description="The name of the Garbage Collector" /> <value type="GCCAUSE" field="cause" label="Cause" description="The reason for triggering this Garbage Collection" /> ! <value type="RELATIVE_TICKS" field="sumOfPauses" label="Sum of Pauses" description="Sum of all the times in which Java execution was paused during the garbage collection" /> ! <value type="RELATIVE_TICKS" field="longestPause" label="Longest Pause" description="Longest individual pause during the garbage collection" /> </event> <event id="GCParallelOld" path="vm/gc/collector/parold_garbage_collection" label="Parallel Old Garbage Collection" description="Extra information specific to Parallel Old Garbage Collections"> <value type="UINT" field="gcId" label="GC ID" relation="GC_ID" /> --- 174,185 ---- <event id="GCGarbageCollection" path="vm/gc/collector/garbage_collection" label="Garbage Collection" description="Garbage collection performed by the JVM"> <value type="UINT" field="gcId" label="GC ID" relation="GC_ID" /> <value type="GCNAME" field="name" label="Name" description="The name of the Garbage Collector" /> <value type="GCCAUSE" field="cause" label="Cause" description="The reason for triggering this Garbage Collection" /> ! <value type="TICKSPAN" field="sumOfPauses" label="Sum of Pauses" description="Sum of all the times in which Java execution was paused during the garbage collection" /> ! <value type="TICKSPAN" field="longestPause" label="Longest Pause" description="Longest individual pause during the garbage collection" /> </event> <event id="GCParallelOld" path="vm/gc/collector/parold_garbage_collection" label="Parallel Old Garbage Collection" description="Extra information specific to Parallel Old Garbage Collections"> <value type="UINT" field="gcId" label="GC ID" relation="GC_ID" />