Uses of Package
org.jikesrvm.scheduler

Packages that use org.jikesrvm.scheduler
org.jikesrvm   
org.jikesrvm.adaptive   
org.jikesrvm.adaptive.controller   
org.jikesrvm.adaptive.measurements.organizers   
org.jikesrvm.adaptive.recompilation   
org.jikesrvm.compilers.baseline   
org.jikesrvm.compilers.opt.runtimesupport   
org.jikesrvm.ia32   
org.jikesrvm.jni   
org.jikesrvm.jni.ia32   
org.jikesrvm.mm.mminterface   
org.jikesrvm.mm.mmtk   
org.jikesrvm.objectmodel   
org.jikesrvm.osr   
org.jikesrvm.osr.ia32   
org.jikesrvm.runtime   
org.jikesrvm.scheduler   
org.jikesrvm.tuningfork   
 

Classes in org.jikesrvm.scheduler used by org.jikesrvm
MainThread
          Thread in which user's "main" program runs.
 

Classes in org.jikesrvm.scheduler used by org.jikesrvm.adaptive
RVMThread
          A generic java thread's execution context.
SystemThread
           
 

Classes in org.jikesrvm.scheduler used by org.jikesrvm.adaptive.controller
SoftLatch
          An implementation of a latch using monitors.
SystemThread
           
 

Classes in org.jikesrvm.scheduler used by org.jikesrvm.adaptive.measurements.organizers
Latch
          An implementation of a latch using the HeavyCondLock in "nice" mode.
SystemThread
           
 

Classes in org.jikesrvm.scheduler used by org.jikesrvm.adaptive.recompilation
SystemThread
           
 

Classes in org.jikesrvm.scheduler used by org.jikesrvm.compilers.baseline
SpinLock
           Alternative (to Java monitors) light-weight synchronization mechanism to implement Java monitors Lock.
 

Classes in org.jikesrvm.scheduler used by org.jikesrvm.compilers.opt.runtimesupport
RVMThread.SoftHandshakeVisitor
           
 

Classes in org.jikesrvm.scheduler used by org.jikesrvm.ia32
RVMThread
          A generic java thread's execution context.
 

Classes in org.jikesrvm.scheduler used by org.jikesrvm.jni
RVMThread
          A generic java thread's execution context.
 

Classes in org.jikesrvm.scheduler used by org.jikesrvm.jni.ia32
RVMThread
          A generic java thread's execution context.
 

Classes in org.jikesrvm.scheduler used by org.jikesrvm.mm.mminterface
RVMThread
          A generic java thread's execution context.
SystemThread
           
 

Classes in org.jikesrvm.scheduler used by org.jikesrvm.mm.mmtk
RVMThread
          A generic java thread's execution context.
RVMThread.SoftHandshakeVisitor
           
 

Classes in org.jikesrvm.scheduler used by org.jikesrvm.objectmodel
Lock
          Lock provides RVM support for monitors and Java level synchronization.
RVMThread
          A generic java thread's execution context.
 

Classes in org.jikesrvm.scheduler used by org.jikesrvm.osr
RVMThread
          A generic java thread's execution context.
 

Classes in org.jikesrvm.scheduler used by org.jikesrvm.osr.ia32
RVMThread
          A generic java thread's execution context.
 

Classes in org.jikesrvm.scheduler used by org.jikesrvm.runtime
RVMThread
          A generic java thread's execution context.
 

Classes in org.jikesrvm.scheduler used by org.jikesrvm.scheduler
Latch
          An implementation of a latch using the HeavyCondLock in "nice" mode.
Lock
          Lock provides RVM support for monitors and Java level synchronization.
Monitor
          Implementation of a heavy lock and condition variable implemented using the primitives available from the operating system.
NoYieldpointsMonitor
          A heavy condition variable and lock that also disables interrupts while the lock is held.
RVMThread
          A generic java thread's execution context.
RVMThread.AllButGCHardHandshakeVisitor
           
RVMThread.BlockAdapter
          A block adapter specifies the reason for blocking or unblocking a thread.
RVMThread.GCBlockAdapter
           
RVMThread.HandshakeBlockAdapter
           
RVMThread.HardHandshakeVisitor
           
RVMThread.SoftHandshakeVisitor
           
RVMThread.SuspendBlockAdapter
           
RVMThread.Waiting
          An enumeration that describes the different manners in which a thread might be voluntarily waiting.
SpinLock
           Alternative (to Java monitors) light-weight synchronization mechanism to implement Java monitors Lock.
SystemThread
           
ThreadQueue
          An unsynchronized queue data structure for Threads.
 

Classes in org.jikesrvm.scheduler used by org.jikesrvm.tuningfork
SpinLock
           Alternative (to Java monitors) light-weight synchronization mechanism to implement Java monitors Lock.