src/hotspot/share/jfr/metadata/metadata.xml
changeset 58844 5a0e0d0b3a27
parent 54956 43340a79840d
child 58853 4c036608ca8b
child 58863 c16ac7a2eba4
equal deleted inserted replaced
58843:63994dedec49 58844:5a0e0d0b3a27
   808     <Field type="int" name="invalidatedCount" label="Invalidated Compilations" />
   808     <Field type="int" name="invalidatedCount" label="Invalidated Compilations" />
   809     <Field type="int" name="osrCompileCount" label="OSR Compilations" />
   809     <Field type="int" name="osrCompileCount" label="OSR Compilations" />
   810     <Field type="int" name="standardCompileCount" label="Standard Compilations" />
   810     <Field type="int" name="standardCompileCount" label="Standard Compilations" />
   811     <Field type="ulong" contentType="bytes" name="osrBytesCompiled" label="OSR Bytes Compiled" />
   811     <Field type="ulong" contentType="bytes" name="osrBytesCompiled" label="OSR Bytes Compiled" />
   812     <Field type="ulong" contentType="bytes" name="standardBytesCompiled" label="Standard Bytes Compiled" />
   812     <Field type="ulong" contentType="bytes" name="standardBytesCompiled" label="Standard Bytes Compiled" />
   813     <Field type="ulong" contentType="bytes" name="nmetodsSize" label="Compilation Resulting Size" />
   813     <Field type="ulong" contentType="bytes" name="nmethodsSize" label="Compilation Resulting Size" />
   814     <Field type="ulong" contentType="bytes" name="nmetodCodeSize" label="Compilation Resulting Code Size" />
   814     <Field type="ulong" contentType="bytes" name="nmethodCodeSize" label="Compilation Resulting Code Size" />
   815     <Field type="long" contentType="millis" name="peakTimeSpent" label="Peak Time" />
   815     <Field type="long" contentType="millis" name="peakTimeSpent" label="Peak Time" />
   816     <Field type="long" contentType="millis" name="totalTimeSpent" label="Total time" />
   816     <Field type="long" contentType="millis" name="totalTimeSpent" label="Total time" />
   817   </Event>
   817   </Event>
   818 
   818 
   819   <Event name="CompilerConfiguration" category="Java Virtual Machine, Compiler" label="Compiler Configuration" thread="false" period="endChunk" startTime="false">
   819   <Event name="CompilerConfiguration" category="Java Virtual Machine, Compiler" label="Compiler Configuration" thread="false" period="endChunk" startTime="false">