<Fieldtype="Thread"name="previousOwner"label="Previous Owner"description="Thread owning the bias before revocation"/>
</Event>
<Eventname="BiasedLockSelfRevocation"category="Java Application"label="Biased Lock Self Revocation"description="Revoked bias of object biased towards own thread"
<Eventname="BiasedLockSelfRevocation"category="Java Virtual Machine, Runtime"label="Biased Lock Self Revocation"description="Revoked bias of object biased towards own thread"
thread="true"stackTrace="true">
<Fieldtype="Class"name="lockClass"label="Lock Class"description="Class of object whose biased lock was revoked"/>
</Event>
<Eventname="BiasedLockClassRevocation"category="Java Application"label="Biased Lock Class Revocation"description="Revoked biases for all instances of a class"
<Eventname="BiasedLockClassRevocation"category="Java Virtual Machine, Runtime"label="Biased Lock Class Revocation"description="Revoked biases for all instances of a class"
thread="true"stackTrace="true">
<Fieldtype="Class"name="revokedClass"label="Revoked Class"description="Class whose biased locks were revoked"/>
<Fieldtype="boolean"name="disableBiasing"label="Disable Further Biasing"description="Whether further biasing for instances of this class will be allowed"/>
description="Mutator allocation during mutator operation in the most recent interval"/>
<Fieldtype="long"contentType="millis"name="recentMutatorDuration"label="Recent Mutator Duration"description="Time the mutator ran in the most recent interval"/>
<Fieldtype="double"name="recentAllocationRate"label="Recent Allocation Rate"description="Allocation rate of the mutator in the most recent interval in bytes/second"/>
<Fieldtype="double"contentType="bytes-per-second"name="recentAllocationRate"label="Recent Allocation Rate"description="Allocation rate of the mutator in the most recent interval in bytes/second"/>
<Fieldtype="long"contentType="millis"name="lastMarkingDuration"label="Last Marking Duration"description="Last time from the end of the last initial mark to the first mixed GC"/>
</Event>
...
...
@@ -362,7 +362,7 @@
<Fieldtype="ulong"contentType="bytes"name="ihopTargetOccupancy"label="IHOP Target Occupancy"description="Internal target old generation occupancy to reach at the start of mixed GC"/>
<Fieldtype="ulong"contentType="bytes"name="currentOccupancy"label="Current Occupancy"description="Current old generation occupancy"/>
<Fieldtype="double"name="predictedAllocationRate"label="Predicted Allocation Rate"description="Current predicted allocation rate for the mutator in bytes/second"/>
<Fieldtype="double"contentType="bytes-per-second"name="predictedAllocationRate"label="Predicted Allocation Rate"description="Current predicted allocation rate for the mutator in bytes/second"/>
<Fieldtype="string"name="reason"label="Reason"description="Reason for VM shutdown"/>
<Fieldtype="string"name="reason"label="Reason"description="Reason for JVM shutdown"/>
</Event>
<Eventname="ObjectAllocationInNewTLAB"category="Java Application"label="Allocation in new TLAB"description="Allocation in new Thread Local Allocation Buffer"
<Fieldtype="ClassLoader"name="parentClassLoader"label="Parent Class Loader"/>
<Fieldtype="ulong"contentType="address"name="classLoaderData"label="ClassLoaderData pointer"description="Pointer to the ClassLoaderData structure in the JVM"/>
<Fieldtype="ulong"contentType="address"name="classLoaderData"label="ClassLoaderData Pointer"description="Pointer to the ClassLoaderData structure in the JVM"/>
<Fieldtype="long"name="classCount"label="Classes"description="Number of loaded classes"/>
<Fieldtype="ulong"contentType="bytes"name="chunkSize"label="Total Chunk Size"description="Total size of all allocated metaspace chunks (each chunk has several blocks)"/>
<Fieldtype="ulong"contentType="bytes"name="blockSize"label="Total Block Size"description="Total size of all allocated metaspace blocks (each chunk has several blocks)"/>