hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/Address.java
changeset 13969 d2a189b83b87
parent 5547 f4b087cbb361
child 32357 43087bc6dd04
equal deleted inserted replaced
13968:8c9029c01470 13969:d2a189b83b87
    87     throws UnmappedAddressException, UnalignedAddressException;
    87     throws UnmappedAddressException, UnalignedAddressException;
    88   /** This returns null if the address at the given offset is NULL. */
    88   /** This returns null if the address at the given offset is NULL. */
    89   public Address    getAddressAt       (long offset) throws UnmappedAddressException, UnalignedAddressException;
    89   public Address    getAddressAt       (long offset) throws UnmappedAddressException, UnalignedAddressException;
    90   /** Returns the decoded address at the given offset */
    90   /** Returns the decoded address at the given offset */
    91   public Address    getCompOopAddressAt (long offset) throws UnmappedAddressException, UnalignedAddressException;
    91   public Address    getCompOopAddressAt (long offset) throws UnmappedAddressException, UnalignedAddressException;
       
    92   public Address    getCompKlassAddressAt (long offset) throws UnmappedAddressException, UnalignedAddressException;
    92 
    93 
    93   //
    94   //
    94   // Java-related routines
    95   // Java-related routines
    95   //
    96   //
    96 
    97