org.jikesrvm.scheduler
Class BootThread
java.lang.Object
org.jikesrvm.scheduler.SystemThread
org.jikesrvm.scheduler.BootThread
public final class BootThread
- extends SystemThread
Represents the thread that the Jikes RVM uses to boot itself. It
is created during bootimage writing.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BootThread
public BootThread()
run
public void run()
- Specified by:
run
in class SystemThread