Uses of Class
org.jikesrvm.mm.mminterface.CollectorThread

Packages that use CollectorThread
org.jikesrvm.mm.mminterface   
org.jikesrvm.runtime   
 

Uses of CollectorThread in org.jikesrvm.mm.mminterface
 

Methods in org.jikesrvm.mm.mminterface that return CollectorThread
static CollectorThread CollectorThread.createActiveCollectorThread()
          Make a collector thread that will participate in gc.
 

Uses of CollectorThread in org.jikesrvm.runtime
 

Methods in org.jikesrvm.runtime that return CollectorThread
static CollectorThread Magic.threadAsCollectorThread(RVMThread t)
          Downcast.