hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/DummyAddress.java
changeset 13969 d2a189b83b87
parent 5547 f4b087cbb361
child 32357 43087bc6dd04
equal deleted inserted replaced
13968:8c9029c01470 13969:d2a189b83b87
    75   public Address getAddressAt(long offset) throws UnalignedAddressException, UnmappedAddressException {
    75   public Address getAddressAt(long offset) throws UnalignedAddressException, UnmappedAddressException {
    76     return new DummyAddress(debugger, badLong);
    76     return new DummyAddress(debugger, badLong);
    77   }
    77   }
    78 
    78 
    79   public Address getCompOopAddressAt(long offset) throws UnalignedAddressException, UnmappedAddressException {
    79   public Address getCompOopAddressAt(long offset) throws UnalignedAddressException, UnmappedAddressException {
       
    80     return new DummyAddress(debugger, badLong);
       
    81   }
       
    82 
       
    83   public Address getCompKlassAddressAt(long offset) throws UnalignedAddressException, UnmappedAddressException {
    80     return new DummyAddress(debugger, badLong);
    84     return new DummyAddress(debugger, badLong);
    81   }
    85   }
    82 
    86 
    83   //
    87   //
    84   // Java-related routines
    88   // Java-related routines