src/hotspot/share/jfr/metadata/metadata.xml
changeset 50880 e1117321adaf
parent 50879 d90c3cbf13df
child 51444 3e5d28e6de32
equal deleted inserted replaced
50879:d90c3cbf13df 50880:e1117321adaf
   575   </Event>
   575   </Event>
   576 
   576 
   577   <Event name="OldObjectSample" category="Java Application" label="Old Object Sample" description="A potential memory leak" stackTrace="true" thread="true"
   577   <Event name="OldObjectSample" category="Java Application" label="Old Object Sample" description="A potential memory leak" stackTrace="true" thread="true"
   578     startTime="false" cutoff="true">
   578     startTime="false" cutoff="true">
   579     <Field type="Ticks" name="allocationTime" label="Allocation Time" />
   579     <Field type="Ticks" name="allocationTime" label="Allocation Time" />
       
   580     <Field type="ulong" contentType="bytes" name="lastKnownHeapUsage" label="Last Known Heap Usage" />
   580     <Field type="OldObject" name="object" label="Object" />
   581     <Field type="OldObject" name="object" label="Object" />
   581     <Field type="int" name="arrayElements" label="Array Elements" description="If the object is an array, the number of elements, or -1 if it is not an array" />
   582     <Field type="int" name="arrayElements" label="Array Elements" description="If the object is an array, the number of elements, or -1 if it is not an array" />
   582     <Field type="OldObjectGcRoot" name="root" label="GC Root" />
   583     <Field type="OldObjectGcRoot" name="root" label="GC Root" />
   583   </Event>
   584   </Event>
   584 
   585