hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebuggerLocal.java
changeset 13969 d2a189b83b87
parent 7696 e2aeacb8983b
child 16600 a841e8d2362a
equal deleted inserted replaced
13968:8c9029c01470 13969:d2a189b83b87
   317   }
   317   }
   318 
   318 
   319   public WindbgAddress readCompOopAddress(long address)
   319   public WindbgAddress readCompOopAddress(long address)
   320     throws UnmappedAddressException, UnalignedAddressException {
   320     throws UnmappedAddressException, UnalignedAddressException {
   321     return (WindbgAddress) newAddress(readCompOopAddressValue(address));
   321     return (WindbgAddress) newAddress(readCompOopAddressValue(address));
       
   322   }
       
   323 
       
   324   public WindbgAddress readCompKlassAddress(long address)
       
   325     throws UnmappedAddressException, UnalignedAddressException {
       
   326     return (WindbgAddress) newAddress(readCompKlassAddressValue(address));
   322   }
   327   }
   323 
   328 
   324   /** From the WindbgDebugger interface */
   329   /** From the WindbgDebugger interface */
   325   public WindbgOopHandle readOopHandle(long address)
   330   public WindbgOopHandle readOopHandle(long address)
   326     throws UnmappedAddressException, UnalignedAddressException, NotInHeapException {
   331     throws UnmappedAddressException, UnalignedAddressException, NotInHeapException {