| 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 method, List<? extends Value> arguments, int options) | ターゲットVM内の指定されたstatic Methodを呼び出します。 | 
| default Value | InterfaceType. invokeMethod(ThreadReference thread, Method method, List<? extends Value> arguments, int options) | ターゲットVM内の指定されたstatic Methodを呼び出します。 | 
| Value | ObjectReference. invokeMethod(ThreadReference thread, Method method, List<? extends Value> arguments, int options) | ターゲットVM内のこのオブジェクトで指定されたMethodを呼び出します。 | 
| ObjectReference | ClassType. newInstance(ThreadReference thread, Method method, List<? extends Value> arguments, int options) | ターゲットVM内の指定されたコンストラクタのMethodを使って、この型の新規インスタンスを構築します。 | 
| List<ObjectReference> | ThreadReference. ownedMonitors() |  | 
| List<MonitorInfo> | ThreadReference. ownedMonitorsAndFrames() |  | 
| ThreadReference | ObjectReference. owningThread() |  | 
| void | ThreadReference. popFrames(StackFrame frame) | スタック・フレームをポップします。 | 
| List<ThreadReference> | ObjectReference. waitingThreads() |  |