comparison agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdDebugger.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 f08d439fab8c
children 758935f7c23f
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 BsdAddress readAddress(long address) throws DebuggerException; 47 public BsdAddress readAddress(long address) throws DebuggerException;
48 public BsdAddress readCompOopAddress(long address) throws DebuggerException; 48 public BsdAddress readCompOopAddress(long address) throws DebuggerException;
49 public BsdAddress readCompKlassAddress(long address) throws DebuggerException;
49 public BsdOopHandle readOopHandle(long address) throws DebuggerException; 50 public BsdOopHandle readOopHandle(long address) throws DebuggerException;
50 public BsdOopHandle readCompOopHandle(long address) throws DebuggerException; 51 public BsdOopHandle 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;