Uses of Class
org.mmtk.vm.Monitor

Packages that use Monitor
org.jikesrvm.mm.mmtk   
org.mmtk.plan   
org.mmtk.utility.heap   
org.mmtk.vm   
 

Uses of Monitor in org.jikesrvm.mm.mmtk
 

Subclasses of Monitor in org.jikesrvm.mm.mmtk
 class Monitor
          Provides MMTk access to a heavy lock with condition variable.
 

Methods in org.jikesrvm.mm.mmtk that return Monitor
 Monitor Factory.newMonitor(String name)
           
 

Uses of Monitor in org.mmtk.plan
 

Fields in org.mmtk.plan declared as Monitor
private  Monitor ParallelCollectorGroup.lock
          Lock used to manage group state.
private  Monitor ControllerCollectorContext.lock
          The lock to use to manage collection
 

Uses of Monitor in org.mmtk.utility.heap
 

Fields in org.mmtk.utility.heap declared as Monitor
private  Monitor ConcurrentZeroingContext.lock
           
 

Uses of Monitor in org.mmtk.vm
 

Methods in org.mmtk.vm that return Monitor
static Monitor VM.newHeavyCondLock(String name)
          Create a new HeavyCondLock instance using the appropriate VM-specific concrete Lock sub-class.
abstract  Monitor Factory.newMonitor(String name)
          Create a new Monitor instance using the appropriate VM-specific concrete Lock sub-class.