comparison agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebugger.java @ 6848:8e47bac5643a

7054512: Compress class pointers after perm gen removal Summary: support of compress class pointers in the compilers. Reviewed-by: kvn, twisti
author roland
date Tue, 09 Oct 2012 10:11:38 +0200
parents c18cbe5936b8
children
comparison
equal deleted inserted replaced
6847:65d07d9ee446 6848:8e47bac5643a
44 public short readJShort(long address) throws DebuggerException; 44 public short readJShort(long address) throws DebuggerException;
45 public long readCInteger(long address, long numBytes, boolean isUnsigned) 45 public long readCInteger(long address, long numBytes, boolean isUnsigned)
46 throws DebuggerException; 46 throws DebuggerException;
47 public WindbgAddress readAddress(long address) throws DebuggerException; 47 public WindbgAddress readAddress(long address) throws DebuggerException;
48 public WindbgAddress readCompOopAddress(long address) throws DebuggerException; 48 public WindbgAddress readCompOopAddress(long address) throws DebuggerException;
49 public WindbgAddress readCompKlassAddress(long address) throws DebuggerException;
49 public WindbgOopHandle readOopHandle(long address) throws DebuggerException; 50 public WindbgOopHandle readOopHandle(long address) throws DebuggerException;
50 public WindbgOopHandle readCompOopHandle(long address) throws DebuggerException; 51 public WindbgOopHandle readCompOopHandle(long address) throws DebuggerException;
51 52
52 // The returned array of register contents is guaranteed to be in 53 // The returned array of register contents is guaranteed to be in
53 // the same order as in the DbxDebugger for Solaris/x86 or amd64; that is, 54 // the same order as in the DbxDebugger for Solaris/x86 or amd64; that is,