Uses of Class
org.mmtk.policy.ImmortalSpace

Packages that use ImmortalSpace
org.jikesrvm.mm.mmtk   
org.mmtk.plan   
org.mmtk.plan.nogc   
org.mmtk.policy   
org.mmtk.vm   
 

Uses of ImmortalSpace in org.jikesrvm.mm.mmtk
 

Fields in org.jikesrvm.mm.mmtk declared as ImmortalSpace
private static ImmortalSpace Memory.bootSpace
           
 

Methods in org.jikesrvm.mm.mmtk that return ImmortalSpace
 ImmortalSpace Memory.getVMSpace()
          Return the space associated with/reserved for the VM.
 

Uses of ImmortalSpace in org.mmtk.plan
 

Fields in org.mmtk.plan declared as ImmortalSpace
static ImmortalSpace GCspyPlan.gcspySpace
          Any GCspy objects allocated after booting are allocated in a separate immortal space.
static ImmortalSpace Plan.immortalSpace
          Any immortal objects allocated after booting are allocated here.
 

Uses of ImmortalSpace in org.mmtk.plan.nogc
 

Fields in org.mmtk.plan.nogc declared as ImmortalSpace
static ImmortalSpace NoGC.noGCSpace
           
 

Uses of ImmortalSpace in org.mmtk.policy
 

Constructors in org.mmtk.policy with parameters of type ImmortalSpace
ImmortalLocal(ImmortalSpace space)
          Constructor
 

Uses of ImmortalSpace in org.mmtk.vm
 

Methods in org.mmtk.vm that return ImmortalSpace
abstract  ImmortalSpace Memory.getVMSpace()
          Return the space associated with/reserved for the VM.