hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebugger.java
changeset 13969 d2a189b83b87
parent 5547 f4b087cbb361
equal deleted inserted replaced
13968:8c9029c01470 13969:d2a189b83b87
    66   public long      getJLongSize() throws RemoteException;
    66   public long      getJLongSize() throws RemoteException;
    67   public long      getJShortSize() throws RemoteException;
    67   public long      getJShortSize() throws RemoteException;
    68   public long      getHeapOopSize() throws RemoteException;
    68   public long      getHeapOopSize() throws RemoteException;
    69   public long      getNarrowOopBase() throws RemoteException;
    69   public long      getNarrowOopBase() throws RemoteException;
    70   public int       getNarrowOopShift() throws RemoteException;
    70   public int       getNarrowOopShift() throws RemoteException;
       
    71   public long      getKlassPtrSize() throws RemoteException;
       
    72   public long      getNarrowKlassBase() throws RemoteException;
       
    73   public int       getNarrowKlassShift() throws RemoteException;
    71 
    74 
    72   public boolean   areThreadsEqual(long addrOrId1, boolean isAddress1,
    75   public boolean   areThreadsEqual(long addrOrId1, boolean isAddress1,
    73                                    long addrOrId2, boolean isAddress2) throws RemoteException;
    76                                    long addrOrId2, boolean isAddress2) throws RemoteException;
    74   public int       getThreadHashCode(long addrOrId, boolean isAddress) throws RemoteException;
    77   public int       getThreadHashCode(long addrOrId, boolean isAddress) throws RemoteException;
    75   public long[]    getThreadIntegerRegisterSet(long addrOrId, boolean isAddress) throws RemoteException;
    78   public long[]    getThreadIntegerRegisterSet(long addrOrId, boolean isAddress) throws RemoteException;