hotspot/src/share/vm/trace/trace.xml
changeset 35071 a0910b1d3e0d
parent 34300 6075c1e0e913
child 35204 78a0fd90a70f
equal deleted inserted replaced
35066:cd4ac076bf7f 35071:a0910b1d3e0d
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <!--
     2 <!--
     3  Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     3  Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
     4  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5 
     5 
     6  This code is free software; you can redistribute it and/or modify it
     6  This code is free software; you can redistribute it and/or modify it
     7  under the terms of the GNU General Public License version 2 only, as
     7  under the terms of the GNU General Public License version 2 only, as
     8  published by the Free Software Foundation.
     8  published by the Free Software Foundation.
   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="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">
       
   114         <value type="METHOD" field="method" label="Java Method"/>
   110     </event>
   115     </event>
   111 
   116 
   112     <event id="ClassLoad" path="vm/class/load" label="Class Load"
   117     <event id="ClassLoad" path="vm/class/load" label="Class Load"
   113             has_thread="true" has_stacktrace="true" is_instant="false">
   118             has_thread="true" has_stacktrace="true" is_instant="false">
   114       <value type="CLASS" field="loadedClass" label="Loaded Class"/>
   119       <value type="CLASS" field="loadedClass" label="Loaded Class"/>