hotspot/agent/src/share/classes/sun/jvm/hotspot/types/Field.java
changeset 8076 96d498ec7ae1
parent 5547 f4b087cbb361
child 8921 14bfe81f2a9d
equal deleted inserted replaced
8075:582dd25571b2 8076:96d498ec7ae1
    54       ...
    54       ...
    55     }
    55     }
    56     </PRE>
    56     </PRE>
    57 
    57 
    58     FIXME: among other things, this interface is not sufficient to
    58     FIXME: among other things, this interface is not sufficient to
    59     describe fields which are themselves arrays (like symbolOop's
    59     describe fields which are themselves arrays (like Symbol's
    60     jbyte _body[1]).  */
    60     jbyte _body[1]).  */
    61 public interface Field {
    61 public interface Field {
    62   /** Get the name of this field */
    62   /** Get the name of this field */
    63   public String getName();
    63   public String getName();
    64 
    64