hotspot/agent/src/share/classes/sun/jvm/hotspot/types/Type.java
changeset 360 21d113ecbf6a
parent 1 489c9b5090e2
child 670 ddf3e9583f2f
equal deleted inserted replaced
357:f4edb0d9f109 360:21d113ecbf6a
   120   public JIntField           getJIntField          (String fieldName) throws WrongTypeException;
   120   public JIntField           getJIntField          (String fieldName) throws WrongTypeException;
   121   public JLongField          getJLongField         (String fieldName) throws WrongTypeException;
   121   public JLongField          getJLongField         (String fieldName) throws WrongTypeException;
   122   public JShortField         getJShortField        (String fieldName) throws WrongTypeException;
   122   public JShortField         getJShortField        (String fieldName) throws WrongTypeException;
   123   public CIntegerField       getCIntegerField      (String fieldName) throws WrongTypeException;
   123   public CIntegerField       getCIntegerField      (String fieldName) throws WrongTypeException;
   124   public OopField            getOopField           (String fieldName) throws WrongTypeException;
   124   public OopField            getOopField           (String fieldName) throws WrongTypeException;
       
   125   public NarrowOopField      getNarrowOopField     (String fieldName) throws WrongTypeException;
   125   public AddressField        getAddressField       (String fieldName);
   126   public AddressField        getAddressField       (String fieldName);
   126 }
   127 }