org.jikesrvm.scheduler
Class SystemThread
java.lang.Object
org.jikesrvm.scheduler.SystemThread
- Direct Known Subclasses:
- AccumulatingMethodSampleOrganizer.AsyncReporter, BootThread, CollectorThread, CompilationThread, ControllerThread, FinalizerThread, Organizer, OSROrganizerThread, TimerThread
public abstract class SystemThread
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rvmThread
protected final RVMThread rvmThread
SystemThread
protected SystemThread(String name)
SystemThread
protected SystemThread(byte[] stack,
String name)
getRVMThread
public RVMThread getRVMThread()
start
public void start()
stop
public void stop(Throwable cause)
run
public abstract void run()