"

2013 FRC Java API

"

Uses of Class
com.sun.squawk.VMThread

Packages that use VMThread
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
com.sun.squawk.debugger.sda The classes that implement the Squawk VM side of the SDWP. 
 

Uses of VMThread in com.sun.squawk
 

Fields in com.sun.squawk declared as VMThread
protected  VMThread DebuggerSupport.StackInspector.vmThread
          The thread whose call stack is being inspected.
 

Methods in com.sun.squawk that return VMThread
static VMThread VMThread.asVMThread(Thread thread)
           
static VMThread VMThread.currentThread()
          Returns a reference to the currently executing thread object.
 

Methods in com.sun.squawk with parameters of type VMThread
static int DebuggerSupport.countStackFrames(VMThread vmThread, ExecutionPoint from)
          Count the number of frames on the stack, while thread is temporarily suspended.
static ExecutionPoint DebuggerSupport.getThreadCurrentExecutionPoint(VMThread thread)
          Get execution state of non-running thread.
static int DebuggerSupport.getThreadJDWPState(VMThread vmThread)
          Return the JDWP.ThreadStatus value for the given thread's internal state.
static boolean DebuggerSupport.isAtExceptionBreakpoint(VMThread vmThread)
          Determines if the current hit breakpoint (if any) is an exception breakpoint.
static void VM.outPrintThread(VMThread thr)
          Print thread name as safely as possible, to System.err, or VM.print if that fails.
static void VM.printThread(VMThread thr)
          Print thread name as safely as possible.
 

Constructors in com.sun.squawk with parameters of type VMThread
DebuggerSupport.SlotSetter(VMThread thread)
          Constructor.
DebuggerSupport.StackInspector(VMThread thread, boolean doSlots)
          Constructor.
 

Uses of VMThread in com.sun.squawk.debugger.sda
 

Methods in com.sun.squawk.debugger.sda that return VMThread
 VMThread ObjectManager.getThreadForID(DataType.ObjectID objectID)
           
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"