agent/src/share/classes/sun/jvm/hotspot/oops/MetadataField.java

Print this page
rev 3688 : 7054512: Compress class pointers after perm gen removal
Summary: support of compress class pointers in the compilers.
Reviewed-by:

@@ -25,11 +25,10 @@
 package sun.jvm.hotspot.oops;
 
 import sun.jvm.hotspot.runtime.VMObject;
 import sun.jvm.hotspot.debugger.*;
 
-// The class for an C int field simply provides access to the value.
 public class MetadataField extends Field {
 
   public MetadataField(sun.jvm.hotspot.types.AddressField vmField, long startOffset) {
     super(new NamedFieldIdentifier(vmField.getName()), vmField.getOffset() + startOffset, true);
   }