hotspot/src/share/vm/trace/trace.xml
changeset 35934 76dbe86f3d82
parent 35227 176e593eb364
child 36095 2d530b26ae5c
equal deleted inserted replaced
35932:511dd7b5313b 35934:76dbe86f3d82
   105       <value type="CLASS" field="klass" label="Monitor Class" description="Class of object waited on"/>
   105       <value type="CLASS" field="klass" label="Monitor Class" description="Class of object waited on"/>
   106       <value type="OSTHREAD" field="notifier" label="Notifier Thread" description="Notifying Thread"/>
   106       <value type="OSTHREAD" field="notifier" label="Notifier Thread" description="Notifying Thread"/>
   107       <value type="MILLIS" field="timeout" label="Timeout" description="Maximum wait time"/>
   107       <value type="MILLIS" field="timeout" label="Timeout" description="Maximum wait time"/>
   108       <value type="BOOLEAN" field="timedOut" label="Timed Out" description="Wait has been timed out"/>
   108       <value type="BOOLEAN" field="timedOut" label="Timed Out" description="Wait has been timed out"/>
   109       <value type="ADDRESS" field="address" label="Monitor Address" description="Address of object waited on" relation="JAVA_MONITOR_ADDRESS"/>
   109       <value type="ADDRESS" field="address" label="Monitor Address" description="Address of object waited on" relation="JAVA_MONITOR_ADDRESS"/>
       
   110     </event>
       
   111 
       
   112     <event id="JavaMonitorInflate" path="java/monitor_inflate" label="Java Monitor Inflated"
       
   113            has_thread="true" has_stacktrace="true" is_instant="false">
       
   114       <value type="CLASS" field="klass" label="Monitor Class"/>
       
   115       <value type="ADDRESS" field="address" label="Monitor Address" relation="JAVA_MONITOR_ADDRESS"/>
       
   116       <value type="INFLATECAUSE" field="cause" label="Cause" description="Cause of inflation"/>
   110     </event>
   117     </event>
   111 
   118 
   112     <event id="ReservedStackActivation" path="java/reserved_stack_activation" label="Reserved Stack Activation" description="Activation of Reserved Stack Area caused by stack overflow with ReservedStackAccess annotated method in call stack"
   119     <event id="ReservedStackActivation" path="java/reserved_stack_activation" label="Reserved Stack Activation" description="Activation of Reserved Stack Area caused by stack overflow with ReservedStackAccess annotated method in call stack"
   113             has_thread="true" has_stacktrace="true" is_instant="true">
   120             has_thread="true" has_stacktrace="true" is_instant="true">
   114         <value type="METHOD" field="method" label="Java Method"/>
   121         <value type="METHOD" field="method" label="Java Method"/>