--- old/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebugger.java 2012-10-08 20:35:11.678155894 +0200 +++ new/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/RemoteDebugger.java 2012-10-08 20:35:11.494315719 +0200 @@ -68,6 +68,9 @@ public long getHeapOopSize() throws RemoteException; public long getNarrowOopBase() throws RemoteException; public int getNarrowOopShift() throws RemoteException; + public long getKlassPtrSize() throws RemoteException; + public long getNarrowKlassBase() throws RemoteException; + public int getNarrowKlassShift() throws RemoteException; public boolean areThreadsEqual(long addrOrId1, boolean isAddress1, long addrOrId2, boolean isAddress2) throws RemoteException;