Uses of Class
org.mmtk.vm.ActivePlan

Packages that use ActivePlan
org.jikesrvm.mm.mmtk   
org.mmtk.vm   
 

Uses of ActivePlan in org.jikesrvm.mm.mmtk
 

Subclasses of ActivePlan in org.jikesrvm.mm.mmtk
 class ActivePlan
          This class contains interfaces to access the current plan, plan local and plan constraints instances.
 

Methods in org.jikesrvm.mm.mmtk that return ActivePlan
 ActivePlan Factory.newActivePlan()
           
 

Uses of ActivePlan in org.mmtk.vm
 

Fields in org.mmtk.vm declared as ActivePlan
static ActivePlan VM.activePlan
           
 

Methods in org.mmtk.vm that return ActivePlan
abstract  ActivePlan Factory.newActivePlan()
          Create a new ActivePlan instance using the appropriate VM-specific concrete ActivePlan sub-class.