Uses of Class
org.mmtk.plan.generational.GenMutator

Packages that use GenMutator
org.jikesrvm.mm.mminterface   
org.jikesrvm.scheduler   
org.mmtk.plan.generational.copying   
org.mmtk.plan.generational.immix   
org.mmtk.plan.generational.marksweep   
 

Uses of GenMutator in org.jikesrvm.mm.mminterface
 

Subclasses of GenMutator in org.jikesrvm.mm.mminterface
static class Selected.Mutator
           
 class ThreadContext
          RVMThread must extend this class to associate appropriate context with processor.
 

Uses of GenMutator in org.jikesrvm.scheduler
 

Subclasses of GenMutator in org.jikesrvm.scheduler
 class RVMThread
          A generic java thread's execution context.
 

Uses of GenMutator in org.mmtk.plan.generational.copying
 

Subclasses of GenMutator in org.mmtk.plan.generational.copying
 class GenCopyMutator
          This class implements per-mutator thread behavior and state for the GenCopy two-generational copying collector.
 

Uses of GenMutator in org.mmtk.plan.generational.immix
 

Subclasses of GenMutator in org.mmtk.plan.generational.immix
 class GenImmixMutator
          This class implements per-mutator thread behavior and state for the GenImmix two-generational copying collector.
 

Uses of GenMutator in org.mmtk.plan.generational.marksweep
 

Subclasses of GenMutator in org.mmtk.plan.generational.marksweep
 class GenMSMutator
          This class implements per-mutator thread behavior and state for the GenMS two-generational copying collector.