src/hotspot/share/jfr/metadata/metadata.xml
changeset 52672 bbfa1b3aaf7e
parent 51877 5f931e3e7a63
child 52911 e0ce50c5e220
equal deleted inserted replaced
52671:600fca45232b 52672:bbfa1b3aaf7e
    65   </Event>
    65   </Event>
    66 
    66 
    67   <Event name="BiasedLockRevocation" category="Java Application" label="Biased Lock Revocation" description="Revoked bias of object" thread="true"
    67   <Event name="BiasedLockRevocation" category="Java Application" label="Biased Lock Revocation" description="Revoked bias of object" thread="true"
    68     stackTrace="true">
    68     stackTrace="true">
    69     <Field type="Class" name="lockClass" label="Lock Class" description="Class of object whose biased lock was revoked" />
    69     <Field type="Class" name="lockClass" label="Lock Class" description="Class of object whose biased lock was revoked" />
    70     <Field type="int" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
    70     <Field type="ulong" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
    71     <Field type="Thread" name="previousOwner" label="Previous Owner" description="Thread owning the bias before revocation" />
    71     <Field type="Thread" name="previousOwner" label="Previous Owner" description="Thread owning the bias before revocation" />
    72   </Event>
    72   </Event>
    73 
    73 
    74   <Event name="BiasedLockSelfRevocation" category="Java Application" label="Biased Lock Self Revocation" description="Revoked bias of object biased towards own thread"
    74   <Event name="BiasedLockSelfRevocation" category="Java Application" label="Biased Lock Self Revocation" description="Revoked bias of object biased towards own thread"
    75     thread="true" stackTrace="true">
    75     thread="true" stackTrace="true">
    78 
    78 
    79   <Event name="BiasedLockClassRevocation" category="Java Application" label="Biased Lock Class Revocation" description="Revoked biases for all instances of a class"
    79   <Event name="BiasedLockClassRevocation" category="Java Application" label="Biased Lock Class Revocation" description="Revoked biases for all instances of a class"
    80     thread="true" stackTrace="true">
    80     thread="true" stackTrace="true">
    81     <Field type="Class" name="revokedClass" label="Revoked Class" description="Class whose biased locks were revoked" />
    81     <Field type="Class" name="revokedClass" label="Revoked Class" description="Class whose biased locks were revoked" />
    82     <Field type="boolean" name="disableBiasing" label="Disable Further Biasing" description="Whether further biasing for instances of this class will be allowed" />
    82     <Field type="boolean" name="disableBiasing" label="Disable Further Biasing" description="Whether further biasing for instances of this class will be allowed" />
    83     <Field type="int" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
    83     <Field type="ulong" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
    84   </Event>
    84   </Event>
    85 
    85 
    86   <Event name="ReservedStackActivation" category="Java Virtual Machine, Runtime" label="Reserved Stack Activation"
    86   <Event name="ReservedStackActivation" category="Java Virtual Machine, Runtime" label="Reserved Stack Activation"
    87     description="Activation of Reserved Stack Area caused by stack overflow with ReservedStackAccess annotated method in call stack" thread="true" stackTrace="true"
    87     description="Activation of Reserved Stack Area caused by stack overflow with ReservedStackAccess annotated method in call stack" thread="true" stackTrace="true"
    88     startTime="false">
    88     startTime="false">
   517     <Field type="ulong" contentType="bytes" name="unallocatedCapacity" label="Unallocated" />
   517     <Field type="ulong" contentType="bytes" name="unallocatedCapacity" label="Unallocated" />
   518     <Field type="int" name="fullCount" label="Full Count" />
   518     <Field type="int" name="fullCount" label="Full Count" />
   519   </Event>
   519   </Event>
   520 
   520 
   521   <Event name="SafepointBegin" category="Java Virtual Machine, Runtime, Safepoint" label="Safepoint Begin" description="Safepointing begin" thread="true">
   521   <Event name="SafepointBegin" category="Java Virtual Machine, Runtime, Safepoint" label="Safepoint Begin" description="Safepointing begin" thread="true">
   522     <Field type="int" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
   522     <Field type="ulong" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
   523     <Field type="int" name="totalThreadCount" label="Total Threads" description="The total number of threads at the start of safe point" />
   523     <Field type="int" name="totalThreadCount" label="Total Threads" description="The total number of threads at the start of safe point" />
   524     <Field type="int" name="jniCriticalThreadCount" label="JNI Critical Threads" description="The number of threads in JNI critical sections" />
   524     <Field type="int" name="jniCriticalThreadCount" label="JNI Critical Threads" description="The number of threads in JNI critical sections" />
   525   </Event>
   525   </Event>
   526 
   526 
   527   <Event name="SafepointStateSynchronization" category="Java Virtual Machine, Runtime, Safepoint" label="Safepoint State Synchronization" description="Synchronize run state of threads"
   527   <Event name="SafepointStateSynchronization" category="Java Virtual Machine, Runtime, Safepoint" label="Safepoint State Synchronization" description="Synchronize run state of threads"
   528     thread="true">
   528     thread="true">
   529     <Field type="int" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
   529     <Field type="ulong" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
   530     <Field type="int" name="initialThreadCount" label="Initial Threads" description="The number of threads running at the beginning of state check" />
   530     <Field type="int" name="initialThreadCount" label="Initial Threads" description="The number of threads running at the beginning of state check" />
   531     <Field type="int" name="runningThreadCount" label="Running Threads" description="The number of threads still running" />
   531     <Field type="int" name="runningThreadCount" label="Running Threads" description="The number of threads still running" />
   532     <Field type="int" name="iterations" label="Iterations" description="Number of state check iterations" />
   532     <Field type="int" name="iterations" label="Iterations" description="Number of state check iterations" />
   533   </Event>
   533   </Event>
   534 
   534 
   535   <Event name="SafepointWaitBlocked" category="Java Virtual Machine, Runtime, Safepoint" label="Safepoint Wait Blocked" description="Safepointing begin waiting on running threads to block"
   535   <Event name="SafepointWaitBlocked" category="Java Virtual Machine, Runtime, Safepoint" label="Safepoint Wait Blocked" description="Safepointing begin waiting on running threads to block"
   536     thread="true">
   536     thread="true">
   537     <Field type="int" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
   537     <Field type="ulong" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
   538     <Field type="int" name="runningThreadCount" label="Running Threads" description="The number running of threads wait for safe point" />
   538     <Field type="int" name="runningThreadCount" label="Running Threads" description="The number running of threads wait for safe point" />
   539   </Event>
   539   </Event>
   540 
   540 
   541   <Event name="SafepointCleanup" category="Java Virtual Machine, Runtime, Safepoint" label="Safepoint Cleanup" description="Safepointing begin running cleanup tasks"
   541   <Event name="SafepointCleanup" category="Java Virtual Machine, Runtime, Safepoint" label="Safepoint Cleanup" description="Safepointing begin running cleanup tasks"
   542     thread="true">
   542     thread="true">
   543     <Field type="int" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
   543     <Field type="ulong" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
   544   </Event>
   544   </Event>
   545 
   545 
   546   <Event name="SafepointCleanupTask" category="Java Virtual Machine, Runtime, Safepoint" label="Safepoint Cleanup Task" description="Safepointing begin running cleanup tasks"
   546   <Event name="SafepointCleanupTask" category="Java Virtual Machine, Runtime, Safepoint" label="Safepoint Cleanup Task" description="Safepointing begin running cleanup tasks"
   547     thread="true">
   547     thread="true">
   548     <Field type="int" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
   548     <Field type="ulong" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
   549     <Field type="string" name="name" label="Task Name" description="The task name" />
   549     <Field type="string" name="name" label="Task Name" description="The task name" />
   550   </Event>
   550   </Event>
   551 
   551 
   552   <Event name="SafepointEnd" category="Java Virtual Machine, Runtime, Safepoint" label="Safepoint End" description="Safepointing end" thread="true">
   552   <Event name="SafepointEnd" category="Java Virtual Machine, Runtime, Safepoint" label="Safepoint End" description="Safepointing end" thread="true">
   553     <Field type="int" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
   553     <Field type="ulong" name="safepointId" label="Safepoint Identifier" relation="SafepointId" />
   554   </Event>
   554   </Event>
   555 
   555 
   556   <Event name="ExecuteVMOperation" category="Java Virtual Machine, Runtime" label="VM Operation" description="Execution of a VM Operation" thread="true">
   556   <Event name="ExecuteVMOperation" category="Java Virtual Machine, Runtime" label="VM Operation" description="Execution of a VM Operation" thread="true">
   557     <Field type="VMOperationType" name="operation" label="Operation" />
   557     <Field type="VMOperationType" name="operation" label="Operation" />
   558     <Field type="boolean" name="safepoint" label="At Safepoint" description="If the operation occured at a safepoint" />
   558     <Field type="boolean" name="safepoint" label="At Safepoint" description="If the operation occured at a safepoint" />
   559     <Field type="boolean" name="blocking" label="Caller Blocked" description="If the calling thread was blocked until the operation was complete" />
   559     <Field type="boolean" name="blocking" label="Caller Blocked" description="If the calling thread was blocked until the operation was complete" />
   560     <Field type="Thread" name="caller" label="Caller" transition="from"
   560     <Field type="Thread" name="caller" label="Caller" transition="from"
   561       description="Thread requesting operation. If non-blocking, will be set to 0 indicating thread is unknown" />
   561       description="Thread requesting operation. If non-blocking, will be set to 0 indicating thread is unknown" />
   562     <Field type="int" name="safepointId" label="Safepoint Identifier" description="The safepoint (if any) under which this operation was completed"
   562     <Field type="ulong" name="safepointId" label="Safepoint Identifier" description="The safepoint (if any) under which this operation was completed"
   563       relation="SafepointId" />
   563       relation="SafepointId" />
   564   </Event>
   564   </Event>
   565 
   565 
   566   <Event name="Shutdown" category="Java Virtual Machine, Runtime" label="VM Shutdown" description="VM shutting down" thread="true" stackTrace="true"
   566   <Event name="Shutdown" category="Java Virtual Machine, Runtime" label="VM Shutdown" description="VM shutting down" thread="true" stackTrace="true"
   567     startTime="false">
   567     startTime="false">