src/hotspot/share/trace/traceevents.xml
changeset 47764 029d5efaaa6c
parent 47632 0c2e1f8eccaa
child 49176 f413e471a6ab
equal deleted inserted replaced
47763:08fa85a36a67 47764:029d5efaaa6c
   106 
   106 
   107   <event id="BiasedLockRevocation" path="java/biased_lock_revocation" label="Biased Lock Revocation"
   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">
   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"/>
   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"/>
   110     <value type="INTEGER" field="safepointId" label="Safepoint Identifier" relation="SafepointId"/>
       
   111     <value type="THREAD" field="previousOwner" label="Previous Owner" description="Thread owning the bias before revocation"/>
   111   </event>
   112   </event>
   112 
   113 
   113   <event id="BiasedLockSelfRevocation" path="java/biased_lock_self_revocation" label="Biased Lock Self Revocation"
   114   <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          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     <value type="CLASS" field="lockClass" label="Lock Class" description="Class of object whose biased lock was revoked"/>