hotspot/src/share/vm/trace/trace.xml
changeset 35934 76dbe86f3d82
parent 35227 176e593eb364
child 36095 2d530b26ae5c
--- a/hotspot/src/share/vm/trace/trace.xml	Thu Feb 04 14:06:43 2016 +0100
+++ b/hotspot/src/share/vm/trace/trace.xml	Thu Feb 04 18:28:52 2016 +0100
@@ -109,6 +109,13 @@
       <value type="ADDRESS" field="address" label="Monitor Address" description="Address of object waited on" relation="JAVA_MONITOR_ADDRESS"/>
     </event>
 
+    <event id="JavaMonitorInflate" path="java/monitor_inflate" label="Java Monitor Inflated"
+           has_thread="true" has_stacktrace="true" is_instant="false">
+      <value type="CLASS" field="klass" label="Monitor Class"/>
+      <value type="ADDRESS" field="address" label="Monitor Address" relation="JAVA_MONITOR_ADDRESS"/>
+      <value type="INFLATECAUSE" field="cause" label="Cause" description="Cause of inflation"/>
+    </event>
+
     <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"
             has_thread="true" has_stacktrace="true" is_instant="true">
         <value type="METHOD" field="method" label="Java Method"/>