hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebugger.java
changeset 2254 f13dda645a4b
parent 670 ddf3e9583f2f
child 3261 c7d5aae8d3f7
equal deleted inserted replaced
2253:30268d00878e 2254:f13dda645a4b
    63   public long      getJDoubleSize() throws RemoteException;
    63   public long      getJDoubleSize() throws RemoteException;
    64   public long      getJFloatSize() throws RemoteException;
    64   public long      getJFloatSize() throws RemoteException;
    65   public long      getJIntSize() throws RemoteException;
    65   public long      getJIntSize() throws RemoteException;
    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      getHeapBase() throws RemoteException;
       
    69   public long      getHeapOopSize() throws RemoteException;
    68   public long      getHeapOopSize() throws RemoteException;
    70   public long      getLogMinObjAlignmentInBytes() throws RemoteException;
    69   public long      getNarrowOopBase() throws RemoteException;
       
    70   public int       getNarrowOopShift() throws RemoteException;
       
    71 
    71   public boolean   areThreadsEqual(long addrOrId1, boolean isAddress1,
    72   public boolean   areThreadsEqual(long addrOrId1, boolean isAddress1,
    72                                    long addrOrId2, boolean isAddress2) throws RemoteException;
    73                                    long addrOrId2, boolean isAddress2) throws RemoteException;
    73   public int       getThreadHashCode(long addrOrId, boolean isAddress) throws RemoteException;
    74   public int       getThreadHashCode(long addrOrId, boolean isAddress) throws RemoteException;
    74   public long[]    getThreadIntegerRegisterSet(long addrOrId, boolean isAddress) throws RemoteException;
    75   public long[]    getThreadIntegerRegisterSet(long addrOrId, boolean isAddress) throws RemoteException;
    75 }
    76 }