src/share/vm/trace/trace.xml
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Sdiff src/share/vm/trace

src/share/vm/trace/trace.xml

Print this page




 366     </event>
 367 
 368     <event id="CompilerPhase" path="vm/compiler/phase" label="Compiler Phase"
 369             has_thread="true" is_requestable="false" is_constant="false">
 370       <value type="COMPILERPHASETYPE" field="phase" label="Compile Phase"/>
 371       <value type="UINT" field="compileID" label="Compilation ID" relation="COMP_ID"/>
 372       <value type="USHORT" field="phaseLevel" label="Phase Level"/>
 373     </event>
 374 
 375     <event id="CompilerFailure" path="vm/compiler/failure" label="Compilation Failure"
 376             has_thread="true" is_requestable="false" is_constant="false" is_instant="true">
 377       <value type="UTF8" field="failure" label="Message"/>
 378       <value type="UINT" field="compileID" label="Compilation ID" relation="COMP_ID"/>
 379     </event>
 380 
 381     <!-- Code sweeper events -->
 382 
 383     <event id="SweepCodeCache" path="vm/code_sweeper/sweep" label="Sweep Code Cache"
 384        has_thread="true" is_requestable="false" is_constant="false">
 385       <value type="INTEGER" field="sweepIndex" label="Sweep Index" relation="SWEEP_ID"/>
 386       <value type="USHORT" field="sweepFractionIndex" label="Fraction Index"/>
 387       <value type="UINT" field="sweptCount" label="Methods Swept"/>
 388       <value type="UINT" field="flushedCount" label="Methods Flushed"/>
 389       <value type="UINT" field="markedCount" label="Methods Reclaimed"/>
 390       <value type="UINT" field="zombifiedCount" label="Methods Zombified"/>
 391     </event>
 392 
 393     <!-- Code cache events -->
 394 
 395     <event id="CodeCacheFull" path="vm/code_cache/full" label="Code Cache Full"
 396          has_thread="true" is_requestable="false" is_constant="false" is_instant="true">
 397       <value type="CODEBLOBTYPE" field="codeBlobType" label="Code Heap"/>
 398       <value type="ADDRESS" field="startAddress" label="Start Address"/>
 399       <value type="ADDRESS" field="commitedTopAddress" label="Commited Top"/>
 400       <value type="ADDRESS" field="reservedTopAddress" label="Reserved Top"/>
 401       <value type="INTEGER" field="entryCount" label="Entries"/>
 402       <value type="INTEGER" field="methodCount" label="Methods"/>
 403       <value type="INTEGER" field="adaptorCount" label="Adaptors"/>
 404       <value type="BYTES64" field="unallocatedCapacity" label="Unallocated"/>
 405       <value type="INTEGER" field="fullCount" label="Full Count"/>
 406     </event>




 366     </event>
 367 
 368     <event id="CompilerPhase" path="vm/compiler/phase" label="Compiler Phase"
 369             has_thread="true" is_requestable="false" is_constant="false">
 370       <value type="COMPILERPHASETYPE" field="phase" label="Compile Phase"/>
 371       <value type="UINT" field="compileID" label="Compilation ID" relation="COMP_ID"/>
 372       <value type="USHORT" field="phaseLevel" label="Phase Level"/>
 373     </event>
 374 
 375     <event id="CompilerFailure" path="vm/compiler/failure" label="Compilation Failure"
 376             has_thread="true" is_requestable="false" is_constant="false" is_instant="true">
 377       <value type="UTF8" field="failure" label="Message"/>
 378       <value type="UINT" field="compileID" label="Compilation ID" relation="COMP_ID"/>
 379     </event>
 380 
 381     <!-- Code sweeper events -->
 382 
 383     <event id="SweepCodeCache" path="vm/code_sweeper/sweep" label="Sweep Code Cache"
 384        has_thread="true" is_requestable="false" is_constant="false">
 385       <value type="INTEGER" field="sweepIndex" label="Sweep Index" relation="SWEEP_ID"/>

 386       <value type="UINT" field="sweptCount" label="Methods Swept"/>
 387       <value type="UINT" field="flushedCount" label="Methods Flushed"/>
 388       <value type="UINT" field="markedCount" label="Methods Reclaimed"/>
 389       <value type="UINT" field="zombifiedCount" label="Methods Zombified"/>
 390     </event>
 391 
 392     <!-- Code cache events -->
 393 
 394     <event id="CodeCacheFull" path="vm/code_cache/full" label="Code Cache Full"
 395          has_thread="true" is_requestable="false" is_constant="false" is_instant="true">
 396       <value type="CODEBLOBTYPE" field="codeBlobType" label="Code Heap"/>
 397       <value type="ADDRESS" field="startAddress" label="Start Address"/>
 398       <value type="ADDRESS" field="commitedTopAddress" label="Commited Top"/>
 399       <value type="ADDRESS" field="reservedTopAddress" label="Reserved Top"/>
 400       <value type="INTEGER" field="entryCount" label="Entries"/>
 401       <value type="INTEGER" field="methodCount" label="Methods"/>
 402       <value type="INTEGER" field="adaptorCount" label="Adaptors"/>
 403       <value type="BYTES64" field="unallocatedCapacity" label="Unallocated"/>
 404       <value type="INTEGER" field="fullCount" label="Full Count"/>
 405     </event>


src/share/vm/trace/trace.xml
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File