Uses of Package
org.mmtk.plan.generational.immix

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

Classes in org.mmtk.plan.generational.immix used by org.jikesrvm.mm.mminterface
GenImmix
          This class implements the functionality of a two-generation copying collector where the higher generation is an immix space.
GenImmixCollector
          This class implements per-collector thread behavior and state for the GenImmix two-generational copying collector.
GenImmixConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
GenImmixMutator
          This class implements per-mutator thread behavior and state for the GenImmix two-generational copying collector.
 

Classes in org.mmtk.plan.generational.immix used by org.jikesrvm.scheduler
GenImmixMutator
          This class implements per-mutator thread behavior and state for the GenImmix two-generational copying collector.
 

Classes in org.mmtk.plan.generational.immix used by org.mmtk.plan.generational.immix
GenImmix
          This class implements the functionality of a two-generation copying collector where the higher generation is an immix space.
GenImmixMatureDefragTraceLocal
          This class implements the core functionality for a transitive closure over the heap graph, specifically in a defragmenting pass over a generational immix collector.
GenImmixMatureTraceLocal
          This class implements the core functionality for a transitive closure over the heap graph, specifically in a generational immix collector.