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

Packages that use org.mmtk.plan.generational.marksweep
org.mmtk.plan.generational.marksweep   
 

Classes in org.mmtk.plan.generational.marksweep used by org.mmtk.plan.generational.marksweep
GenMS
          This class implements the functionality of a two-generation copying collector where the higher generation is a mark-sweep space (free list allocation, mark-sweep collection).
GenMSMatureTraceLocal
          This class implements the core functionality for a transitive closure over the heap graph, specifically in a Generational Mark-Sweep collector.