Uses of Package
org.mmtk.plan.marksweep

Packages that use org.mmtk.plan.marksweep
org.mmtk.plan.marksweep   
org.mmtk.plan.poisoned   
org.mmtk.plan.stickyms   
 

Classes in org.mmtk.plan.marksweep used by org.mmtk.plan.marksweep
MS
          This class implements the global state of a simple mark-sweep collector.
MSTraceLocal
          This class implements the thread-local functionality for a transitive closure over a mark-sweep space.
 

Classes in org.mmtk.plan.marksweep used by org.mmtk.plan.poisoned
MS
          This class implements the global state of a simple mark-sweep collector.
MSCollector
          This class implements per-collector thread behavior and state for the MS plan, which implements a full-heap mark-sweep collector.
MSConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
MSMutator
          This class implements per-mutator thread behavior and state for the MS plan, which implements a full-heap mark-sweep collector.
 

Classes in org.mmtk.plan.marksweep used by org.mmtk.plan.stickyms
MS
          This class implements the global state of a simple mark-sweep collector.
MSCollector
          This class implements per-collector thread behavior and state for the MS plan, which implements a full-heap mark-sweep collector.
MSConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
MSMutator
          This class implements per-mutator thread behavior and state for the MS plan, which implements a full-heap mark-sweep collector.