Uses of Class
org.mmtk.policy.MarkSweepLocal

Packages that use MarkSweepLocal
org.mmtk.plan   
org.mmtk.plan.concurrent.marksweep   
org.mmtk.plan.copyms   
org.mmtk.plan.generational.marksweep   
org.mmtk.plan.marksweep   
 

Uses of MarkSweepLocal in org.mmtk.plan
 

Fields in org.mmtk.plan declared as MarkSweepLocal
protected  MarkSweepLocal MutatorContext.nonmove
          Per-mutator allocator into the non moving space
protected  MarkSweepLocal MutatorContext.smcode
          Per-mutator allocator into the small code space
 

Uses of MarkSweepLocal in org.mmtk.plan.concurrent.marksweep
 

Fields in org.mmtk.plan.concurrent.marksweep declared as MarkSweepLocal
private  MarkSweepLocal CMSMutator.ms
           
 

Uses of MarkSweepLocal in org.mmtk.plan.copyms
 

Fields in org.mmtk.plan.copyms declared as MarkSweepLocal
private  MarkSweepLocal CopyMSMutator.mature
           
private  MarkSweepLocal CopyMSCollector.mature
           
 

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

Fields in org.mmtk.plan.generational.marksweep declared as MarkSweepLocal
private  MarkSweepLocal GenMSCollector.mature
          The allocator for the mature space
private  MarkSweepLocal GenMSMutator.mature
          The allocator for the mark-sweep mature space (the mutator may "pretenure" objects into this space which is otherwise used only by the collector)
 

Uses of MarkSweepLocal in org.mmtk.plan.marksweep
 

Fields in org.mmtk.plan.marksweep declared as MarkSweepLocal
protected  MarkSweepLocal MSMutator.ms