comparison agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/BsdDebugger.java @ 8023:758935f7c23f

8006423: SA: NullPointerException in sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:67) Summary: Do not rely on mach thread port names to identify threads from SA Reviewed-by: dholmes, minqi, rbackman
author sla
date Fri, 08 Feb 2013 12:48:24 +0100
parents 8e47bac5643a
children de6a9e811145
comparison
equal deleted inserted replaced
8021:8d9fc28831cc 8023:758935f7c23f
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 BsdAddress readCompKlassAddress(long address) throws DebuggerException;
50 public BsdOopHandle readOopHandle(long address) throws DebuggerException; 50 public BsdOopHandle readOopHandle(long address) throws DebuggerException;
51 public BsdOopHandle readCompOopHandle(long address) throws DebuggerException; 51 public BsdOopHandle readCompOopHandle(long address) throws DebuggerException;
52 public long[] getThreadIntegerRegisterSet(int lwp_id) throws DebuggerException; 52 public long[] getThreadIntegerRegisterSet(long unique_thread_id) throws DebuggerException;
53 public long getAddressValue(Address addr) throws DebuggerException; 53 public long getAddressValue(Address addr) throws DebuggerException;
54 public Address newAddress(long value) throws DebuggerException; 54 public Address newAddress(long value) throws DebuggerException;
55 55
56 // For BsdCDebugger 56 // For BsdCDebugger
57 public List getThreadList(); 57 public List getThreadList();