ObjectReference |
ThreadReference.currentContendedMonitor() |
|
int |
ObjectReference.entryCount() |
返回当前拥有线程输入此对象监视器的次数。
|
void |
ThreadReference.forceEarlyReturn(Value value) |
强制方法在到达return语句之前返回。
|
StackFrame |
ThreadReference.frame(int index) |
|
int |
ThreadReference.frameCount() |
返回线程当前调用堆栈中的堆栈帧数。
|
List<StackFrame> |
ThreadReference.frames() |
|
List<StackFrame> |
ThreadReference.frames(int start, int length) |
|
Value |
ClassType.invokeMethod(ThreadReference thread, 方法 method, List<? extends Value> arguments, int options) |
|
default Value |
InterfaceType.invokeMethod(ThreadReference thread, 方法 method, List<? extends Value> arguments, int options) |
|
Value |
ObjectReference.invokeMethod(ThreadReference thread, 方法 method, List<? extends Value> arguments, int options) |
|
ObjectReference |
ClassType.newInstance(ThreadReference thread, 方法 method, List<? extends Value> arguments, int options) |
使用目标VM中的给定构造函数方法 构造此类型的新实例。
|
List<ObjectReference> |
ThreadReference.ownedMonitors() |
|
List<MonitorInfo> |
ThreadReference.ownedMonitorsAndFrames() |
|
ThreadReference |
ObjectReference.owningThread() |
|
void |
ThreadReference.popFrames(StackFrame frame) |
流行堆栈帧。
|
List<ThreadReference> |
ObjectReference.waitingThreads() |
|