< prev index next >

src/hotspot/share/jfr/metadata/metadata.xml

Print this page

        

*** 272,281 **** --- 272,284 ---- <Field type="GCCause" name="cause" label="Cause" description="The reason for triggering this Garbage Collection" /> <Field type="Tickspan" name="sumOfPauses" label="Sum of Pauses" description="Sum of all the times in which Java execution was paused during the garbage collection" /> <Field type="Tickspan" name="longestPause" label="Longest Pause" description="Longest individual pause during the garbage collection" /> </Event> + <Event name="SystemGC" category="Java Virtual Machine, GC, Collector" label="System GC" stackTrace="true" startTime="false" thread="true"> + </Event> + <Event name="ParallelOldGarbageCollection" category="Java Virtual Machine, GC, Collector" label="Parallel Old Garbage Collection" description="Extra information specific to Parallel Old Garbage Collections"> <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" /> <Field type="ulong" contentType="address" name="densePrefix" label="Dense Prefix" description="The address of the dense prefix, used when compacting" /> </Event>
< prev index next >