Uses of Class
org.mmtk.policy.CopyLocal

Packages that use CopyLocal
org.mmtk.plan.copyms   
org.mmtk.plan.generational   
org.mmtk.plan.generational.copying   
org.mmtk.plan.refcount.generational   
org.mmtk.plan.semispace   
 

Uses of CopyLocal in org.mmtk.plan.copyms
 

Fields in org.mmtk.plan.copyms declared as CopyLocal
private  CopyLocal CopyMSMutator.nursery
           
 

Uses of CopyLocal in org.mmtk.plan.generational
 

Fields in org.mmtk.plan.generational declared as CopyLocal
protected  CopyLocal GenMutator.nursery
           
 

Uses of CopyLocal in org.mmtk.plan.generational.copying
 

Fields in org.mmtk.plan.generational.copying declared as CopyLocal
private  CopyLocal GenCopyMutator.mature
          The allocator for the copying mature space (the mutator may "pretenure" objects into this space otherwise used only by the collector)
private  CopyLocal GenCopyCollector.mature
          The allocator for the mature space
 

Uses of CopyLocal in org.mmtk.plan.refcount.generational
 

Fields in org.mmtk.plan.refcount.generational declared as CopyLocal
private  CopyLocal GenRCMutator.nursery
           
 

Uses of CopyLocal in org.mmtk.plan.semispace
 

Fields in org.mmtk.plan.semispace declared as CopyLocal
protected  CopyLocal SSCollector.ss
           
protected  CopyLocal SSMutator.ss
          Instance fields