comparison agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxDebugger.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 LinuxAddress readAddress(long address) throws DebuggerException; 47 public LinuxAddress readAddress(long address) throws DebuggerException;
48 public LinuxAddress readCompOopAddress(long address) throws DebuggerException; 48 public LinuxAddress readCompOopAddress(long address) throws DebuggerException;
49 public LinuxAddress readCompKlassAddress(long address) throws DebuggerException;
49 public LinuxOopHandle readOopHandle(long address) throws DebuggerException; 50 public LinuxOopHandle readOopHandle(long address) throws DebuggerException;
50 public LinuxOopHandle readCompOopHandle(long address) throws DebuggerException; 51 public LinuxOopHandle readCompOopHandle(long address) throws DebuggerException;
51 public long[] getThreadIntegerRegisterSet(int lwp_id) throws DebuggerException; 52 public long[] getThreadIntegerRegisterSet(int lwp_id) throws DebuggerException;
52 public long getAddressValue(Address addr) throws DebuggerException; 53 public long getAddressValue(Address addr) throws DebuggerException;
53 public Address newAddress(long value) throws DebuggerException; 54 public Address newAddress(long value) throws DebuggerException;