Uses of Package
org.mmtk.plan.generational

Packages that use org.mmtk.plan.generational
org.jikesrvm.adaptive   
org.jikesrvm.adaptive.controller   
org.jikesrvm.adaptive.measurements.organizers   
org.jikesrvm.adaptive.recompilation   
org.jikesrvm.mm.mminterface   
org.jikesrvm.scheduler   
org.mmtk.plan.generational   
org.mmtk.plan.generational.copying   
org.mmtk.plan.generational.immix   
org.mmtk.plan.generational.marksweep   
 

Classes in org.mmtk.plan.generational used by org.jikesrvm.adaptive
GenMutator
          This abstract class implements per-mutator thread behavior and state for generational copying collectors.
 

Classes in org.mmtk.plan.generational used by org.jikesrvm.adaptive.controller
GenMutator
          This abstract class implements per-mutator thread behavior and state for generational copying collectors.
 

Classes in org.mmtk.plan.generational used by org.jikesrvm.adaptive.measurements.organizers
GenMutator
          This abstract class implements per-mutator thread behavior and state for generational copying collectors.
 

Classes in org.mmtk.plan.generational used by org.jikesrvm.adaptive.recompilation
GenMutator
          This abstract class implements per-mutator thread behavior and state for generational copying collectors.
 

Classes in org.mmtk.plan.generational used by org.jikesrvm.mm.mminterface
Gen
          This abstract class implements the core functionality of generic two-generationa copying collectors.
GenCollector
          This abstract class implements per-collector thread behavior and state for generational copying collectors.
GenConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
GenMutator
          This abstract class implements per-mutator thread behavior and state for generational copying collectors.
 

Classes in org.mmtk.plan.generational used by org.jikesrvm.scheduler
GenMutator
          This abstract class implements per-mutator thread behavior and state for generational copying collectors.
 

Classes in org.mmtk.plan.generational used by org.mmtk.plan.generational
Gen
          This abstract class implements the core functionality of generic two-generationa copying collectors.
GenCollector
          This abstract class implements per-collector thread behavior and state for generational copying collectors.
GenNurseryTraceLocal
          This class implments the core functionality for a transitive closure over the heap graph.
 

Classes in org.mmtk.plan.generational used by org.mmtk.plan.generational.copying
Gen
          This abstract class implements the core functionality of generic two-generationa copying collectors.
GenCollector
          This abstract class implements per-collector thread behavior and state for generational copying collectors.
GenConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
GenMatureTraceLocal
          This abstract class implments the core functionality for a transitive closure over the heap graph.
GenMutator
          This abstract class implements per-mutator thread behavior and state for generational copying collectors.
 

Classes in org.mmtk.plan.generational used by org.mmtk.plan.generational.immix
Gen
          This abstract class implements the core functionality of generic two-generationa copying collectors.
GenCollector
          This abstract class implements per-collector thread behavior and state for generational copying collectors.
GenConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
GenMatureTraceLocal
          This abstract class implments the core functionality for a transitive closure over the heap graph.
GenMutator
          This abstract class implements per-mutator thread behavior and state for generational copying collectors.
 

Classes in org.mmtk.plan.generational used by org.mmtk.plan.generational.marksweep
Gen
          This abstract class implements the core functionality of generic two-generationa copying collectors.
GenCollector
          This abstract class implements per-collector thread behavior and state for generational copying collectors.
GenConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
GenMatureTraceLocal
          This abstract class implments the core functionality for a transitive closure over the heap graph.
GenMutator
          This abstract class implements per-mutator thread behavior and state for generational copying collectors.