src/hotspot/share/jfr/metadata/metadata.xml
changeset 58844 5a0e0d0b3a27
parent 54956 43340a79840d
child 58853 4c036608ca8b
child 58863 c16ac7a2eba4
--- a/src/hotspot/share/jfr/metadata/metadata.xml	Tue Oct 29 10:13:27 2019 -0700
+++ b/src/hotspot/share/jfr/metadata/metadata.xml	Tue Oct 29 13:51:14 2019 -0400
@@ -810,8 +810,8 @@
     <Field type="int" name="standardCompileCount" label="Standard Compilations" />
     <Field type="ulong" contentType="bytes" name="osrBytesCompiled" label="OSR Bytes Compiled" />
     <Field type="ulong" contentType="bytes" name="standardBytesCompiled" label="Standard Bytes Compiled" />
-    <Field type="ulong" contentType="bytes" name="nmetodsSize" label="Compilation Resulting Size" />
-    <Field type="ulong" contentType="bytes" name="nmetodCodeSize" label="Compilation Resulting Code Size" />
+    <Field type="ulong" contentType="bytes" name="nmethodsSize" label="Compilation Resulting Size" />
+    <Field type="ulong" contentType="bytes" name="nmethodCodeSize" label="Compilation Resulting Code Size" />
     <Field type="long" contentType="millis" name="peakTimeSpent" label="Peak Time" />
     <Field type="long" contentType="millis" name="totalTimeSpent" label="Total time" />
   </Event>