hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebugger.java
changeset 360 21d113ecbf6a
parent 1 489c9b5090e2
child 670 ddf3e9583f2f
equal deleted inserted replaced
357:f4edb0d9f109 360:21d113ecbf6a
    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;
       
    70   public long      getLogMinObjAlignmentInBytes() throws RemoteException;
    68   public boolean   areThreadsEqual(long addrOrId1, boolean isAddress1,
    71   public boolean   areThreadsEqual(long addrOrId1, boolean isAddress1,
    69                                    long addrOrId2, boolean isAddress2) throws RemoteException;
    72                                    long addrOrId2, boolean isAddress2) throws RemoteException;
    70   public int       getThreadHashCode(long addrOrId, boolean isAddress) throws RemoteException;
    73   public int       getThreadHashCode(long addrOrId, boolean isAddress) throws RemoteException;
    71   public long[]    getThreadIntegerRegisterSet(long addrOrId, boolean isAddress) throws RemoteException;
    74   public long[]    getThreadIntegerRegisterSet(long addrOrId, boolean isAddress) throws RemoteException;
    72 }
    75 }