org.jikesrvm.scheduler
Class BootThread

java.lang.Object
  extended by org.jikesrvm.scheduler.SystemThread
      extended by 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.


Field Summary
 
Fields inherited from class org.jikesrvm.scheduler.SystemThread
rvmThread
 
Constructor Summary
BootThread()
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.jikesrvm.scheduler.SystemThread
getRVMThread, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootThread

public BootThread()
Method Detail

run

public void run()
Specified by:
run in class SystemThread