< prev index next >

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

Print this page

        

*** 897,927 **** <Field type="ulong" contentType="bytes" name="minSize" label="Minimum Young Generation Size" /> <Field type="ulong" contentType="bytes" name="maxSize" label="Maximum Young Generation Size" /> <Field type="uint" name="newRatio" label="New Ratio" description="The size of the young generation relative to the tenured generation" /> </Event> ! <Event name="ZPageAllocation" category="Java Application" label="ZPage Allocation" description="Allocation of a ZPage" thread="true" stackTrace="false"> <Field type="ulong" contentType="bytes" name="pageSize" label="Page Size" /> <Field type="ulong" contentType="bytes" name="usedAfter" label="Used After" /> <Field type="ulong" contentType="bytes" name="freeAfter" label="Free After" /> <Field type="ulong" contentType="bytes" name="inCacheAfter" label="In Cache After" /> <Field type="boolean" name="nonBlocking" label="Non-blocking" /> <Field type="boolean" name="noReserve" label="No Reserve" /> </Event> ! <Event name="ZThreadPhase" category="Java Virtual Machine, GC, Detailed" label="ZGC Thread Phase" thread="true"> <Field type="uint" name="gcId" label="GC Identifier" relation="GcId"/> <Field type="string" name="name" label="Name" /> </Event> ! <Event name="ZStatisticsCounter" category="Java Virtual Machine, GC, Detailed" label="Z Statistics Counter" thread="true"> <Field type="ZStatisticsCounterType" name="id" label="Id" /> <Field type="ulong" name="increment" label="Increment" /> <Field type="ulong" name="value" label="Value" /> </Event> ! <Event name="ZStatisticsSampler" category="Java Virtual Machine, GC, Detailed" label="Z Statistics Sampler" thread="true"> <Field type="ZStatisticsSamplerType" name="id" label="Id" /> <Field type="ulong" name="value" label="Value" /> </Event> <Type name="ZStatisticsCounterType" label="Z Statistics Counter"> --- 897,927 ---- <Field type="ulong" contentType="bytes" name="minSize" label="Minimum Young Generation Size" /> <Field type="ulong" contentType="bytes" name="maxSize" label="Maximum Young Generation Size" /> <Field type="uint" name="newRatio" label="New Ratio" description="The size of the young generation relative to the tenured generation" /> </Event> ! <Event name="ZPageAllocation" category="Java Virtual Machine, GC, Detailed" label="ZPage Allocation" description="Allocation of a ZPage" thread="true" stackTrace="false" experimental="true"> <Field type="ulong" contentType="bytes" name="pageSize" label="Page Size" /> <Field type="ulong" contentType="bytes" name="usedAfter" label="Used After" /> <Field type="ulong" contentType="bytes" name="freeAfter" label="Free After" /> <Field type="ulong" contentType="bytes" name="inCacheAfter" label="In Cache After" /> <Field type="boolean" name="nonBlocking" label="Non-blocking" /> <Field type="boolean" name="noReserve" label="No Reserve" /> </Event> ! <Event name="ZThreadPhase" category="Java Virtual Machine, GC, Detailed" label="ZGC Thread Phase" thread="true" experimental="true"> <Field type="uint" name="gcId" label="GC Identifier" relation="GcId"/> <Field type="string" name="name" label="Name" /> </Event> ! <Event name="ZStatisticsCounter" category="Java Virtual Machine, GC, Detailed" label="Z Statistics Counter" thread="true" experimental="true" > <Field type="ZStatisticsCounterType" name="id" label="Id" /> <Field type="ulong" name="increment" label="Increment" /> <Field type="ulong" name="value" label="Value" /> </Event> ! <Event name="ZStatisticsSampler" category="Java Virtual Machine, GC, Detailed" label="Z Statistics Sampler" thread="true" experimental="true"> <Field type="ZStatisticsSamplerType" name="id" label="Id" /> <Field type="ulong" name="value" label="Value" /> </Event> <Type name="ZStatisticsCounterType" label="Z Statistics Counter">
< prev index next >