hotspot/src/share/vm/trace/trace.xml
changeset 23853 3e1633ff6996
parent 23470 ff2a7ea4225d
child 26796 666464578742
--- a/hotspot/src/share/vm/trace/trace.xml	Thu Apr 03 10:39:27 2014 +0200
+++ b/hotspot/src/share/vm/trace/trace.xml	Wed Mar 26 14:15:02 2014 +0100
@@ -185,7 +185,7 @@
     </event>
 
     <struct id="MetaspaceSizes">
-      <value type="BYTES64" field="capacity" label="Capacity" description="Total available memory to allocate in" />
+      <value type="BYTES64" field="committed" label="Committed" description="Committed memory for this space" />
       <value type="BYTES64" field="used" label="Used" description="Bytes allocated by objects in the space" />
       <value type="BYTES64" field="reserved" label="Reserved" description="Reserved memory for this space" />
     </struct>