src/hotspot/share/trace/traceevents.xml
changeset 47632 0c2e1f8eccaa
parent 47216 71c04702a3d5
child 47764 029d5efaaa6c
equal deleted inserted replaced
47629:494e1490b341 47632:0c2e1f8eccaa
   100   <event id="JavaMonitorInflate" path="java/monitor_inflate" label="Java Monitor Inflated"
   100   <event id="JavaMonitorInflate" path="java/monitor_inflate" label="Java Monitor Inflated"
   101          has_thread="true" has_stacktrace="true" is_instant="false">
   101          has_thread="true" has_stacktrace="true" is_instant="false">
   102     <value type="CLASS" field="monitorClass" label="Monitor Class"/>
   102     <value type="CLASS" field="monitorClass" label="Monitor Class"/>
   103     <value type="ADDRESS" field="address" label="Monitor Address" relation="JavaMonitorAddress"/>
   103     <value type="ADDRESS" field="address" label="Monitor Address" relation="JavaMonitorAddress"/>
   104     <value type="INFLATECAUSE" field="cause" label="Monitor Inflation Cause" description="Cause of inflation"/>
   104     <value type="INFLATECAUSE" field="cause" label="Monitor Inflation Cause" description="Cause of inflation"/>
       
   105   </event>
       
   106 
       
   107   <event id="BiasedLockRevocation" path="java/biased_lock_revocation" label="Biased Lock Revocation"
       
   108          description="Revoked bias of object" has_thread="true" has_stacktrace="true" is_instant="false">
       
   109     <value type="CLASS" field="lockClass" label="Lock Class" description="Class of object whose biased lock was revoked"/>
       
   110     <value type="INTEGER" field="safepointId" label="Safepoint Identifier" relation="SafepointId"/>
       
   111   </event>
       
   112 
       
   113   <event id="BiasedLockSelfRevocation" path="java/biased_lock_self_revocation" label="Biased Lock Self Revocation"
       
   114          description="Revoked bias of object biased towards own thread" has_thread="true" has_stacktrace="true" is_instant="false">
       
   115     <value type="CLASS" field="lockClass" label="Lock Class" description="Class of object whose biased lock was revoked"/>
       
   116   </event>
       
   117 
       
   118   <event id="BiasedLockClassRevocation" path="java/biased_lock_class_revocation" label="Biased Lock Class Revocation"
       
   119          description="Revoked biases for all instances of a class" has_thread="true" has_stacktrace="true" is_instant="false">
       
   120     <value type="CLASS" field="revokedClass" label="Revoked Class" description="Class whose biased locks were revoked"/>
       
   121     <value type="BOOLEAN" field="disableBiasing" label="Disable Further Biasing" description="Whether further biasing for instances of this class will be allowed"/>
       
   122     <value type="INTEGER" field="safepointId" label="Safepoint Identifier" relation="SafepointId"/>
   105   </event>
   123   </event>
   106 
   124 
   107   <event id="ReservedStackActivation" path="vm/runtime/reserved_stack_activation" label="Reserved Stack Activation"
   125   <event id="ReservedStackActivation" path="vm/runtime/reserved_stack_activation" label="Reserved Stack Activation"
   108          description="Activation of Reserved Stack Area caused by stack overflow with ReservedStackAccess annotated method in call stack"
   126          description="Activation of Reserved Stack Area caused by stack overflow with ReservedStackAccess annotated method in call stack"
   109          has_thread="true" has_stacktrace="true" is_instant="true">
   127          has_thread="true" has_stacktrace="true" is_instant="true">