Uses of Class
org.mmtk.utility.alloc.BumpPointer

Packages that use BumpPointer
org.mmtk.plan   
org.mmtk.plan.immix   
org.mmtk.plan.semispace.gcspy   
org.mmtk.policy   
 

Uses of BumpPointer in org.mmtk.plan
 

Fields in org.mmtk.plan declared as BumpPointer
protected  BumpPointer MutatorContext.immortal
          Per-mutator allocator into the immortal space
 

Uses of BumpPointer in org.mmtk.plan.immix
 

Fields in org.mmtk.plan.immix declared as BumpPointer
protected  BumpPointer ImmixCollector.immortal
           
 

Uses of BumpPointer in org.mmtk.plan.semispace.gcspy
 

Fields in org.mmtk.plan.semispace.gcspy declared as BumpPointer
private  BumpPointer SSGCspyMutator.gcspy
          Per-mutator allocator into GCspy's space
 

Uses of BumpPointer in org.mmtk.policy
 

Subclasses of BumpPointer in org.mmtk.policy
 class CopyLocal
          This class implements unsynchronized (local) elements of a copying collector.
 class ImmortalLocal
          This class implements unsynchronized (local) elements of an immortal space.
 class MarkCompactLocal
          This class implements unsynchronized (local) elements of a sliding mark-compact collector.