Uses of Class
org.mmtk.plan.SimpleConstraints

Packages that use SimpleConstraints
org.jikesrvm.mm.mminterface   
org.mmtk.plan   
org.mmtk.plan.concurrent   
org.mmtk.plan.concurrent.marksweep   
org.mmtk.plan.copyms   
org.mmtk.plan.generational   
org.mmtk.plan.generational.copying   
org.mmtk.plan.generational.immix   
org.mmtk.plan.generational.marksweep   
org.mmtk.plan.immix   
org.mmtk.plan.markcompact   
org.mmtk.plan.marksweep   
org.mmtk.plan.poisoned   
org.mmtk.plan.refcount   
org.mmtk.plan.refcount.fullheap   
org.mmtk.plan.refcount.generational   
org.mmtk.plan.semispace   
org.mmtk.plan.semispace.gcspy   
org.mmtk.plan.semispace.gctrace   
org.mmtk.plan.semispace.usePrimitiveWriteBarriers   
org.mmtk.plan.stickyimmix   
org.mmtk.plan.stickyms   
 

Uses of SimpleConstraints in org.jikesrvm.mm.mminterface
 

Subclasses of SimpleConstraints in org.jikesrvm.mm.mminterface
static class Selected.Constraints
           
 

Uses of SimpleConstraints in org.mmtk.plan
 

Subclasses of SimpleConstraints in org.mmtk.plan
 class StopTheWorldConstraints
          Constraints specific to Stop-the-world collectors.
 

Uses of SimpleConstraints in org.mmtk.plan.concurrent
 

Subclasses of SimpleConstraints in org.mmtk.plan.concurrent
 class ConcurrentConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
 

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

Subclasses of SimpleConstraints in org.mmtk.plan.concurrent.marksweep
 class CMSConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
 

Uses of SimpleConstraints in org.mmtk.plan.copyms
 

Subclasses of SimpleConstraints in org.mmtk.plan.copyms
 class CopyMSConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
 

Uses of SimpleConstraints in org.mmtk.plan.generational
 

Subclasses of SimpleConstraints in org.mmtk.plan.generational
 class GenConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
 

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

Subclasses of SimpleConstraints in org.mmtk.plan.generational.copying
 class GenCopyConstraints
          GenCopy constants.
 

Uses of SimpleConstraints in org.mmtk.plan.generational.immix
 

Subclasses of SimpleConstraints in org.mmtk.plan.generational.immix
 class GenImmixConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
 

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

Subclasses of SimpleConstraints in org.mmtk.plan.generational.marksweep
 class GenMSConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
 

Uses of SimpleConstraints in org.mmtk.plan.immix
 

Subclasses of SimpleConstraints in org.mmtk.plan.immix
 class ImmixConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
 

Uses of SimpleConstraints in org.mmtk.plan.markcompact
 

Subclasses of SimpleConstraints in org.mmtk.plan.markcompact
 class MCConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
 

Uses of SimpleConstraints in org.mmtk.plan.marksweep
 

Subclasses of SimpleConstraints in org.mmtk.plan.marksweep
 class MSConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
 

Uses of SimpleConstraints in org.mmtk.plan.poisoned
 

Subclasses of SimpleConstraints in org.mmtk.plan.poisoned
 class PoisonedConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
 

Uses of SimpleConstraints in org.mmtk.plan.refcount
 

Subclasses of SimpleConstraints in org.mmtk.plan.refcount
 class RCBaseConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
 

Uses of SimpleConstraints in org.mmtk.plan.refcount.fullheap
 

Subclasses of SimpleConstraints in org.mmtk.plan.refcount.fullheap
 class RCConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
 

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

Subclasses of SimpleConstraints in org.mmtk.plan.refcount.generational
 class GenRCConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
 

Uses of SimpleConstraints in org.mmtk.plan.semispace
 

Subclasses of SimpleConstraints in org.mmtk.plan.semispace
 class SSConstraints
          SemiSpace common constants.
 

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

Subclasses of SimpleConstraints in org.mmtk.plan.semispace.gcspy
 class SSGCspyConstraints
          Semi space GCspy constants.
 

Uses of SimpleConstraints in org.mmtk.plan.semispace.gctrace
 

Subclasses of SimpleConstraints in org.mmtk.plan.semispace.gctrace
 class GCTraceConstraints
          GCTrace constants.
 

Uses of SimpleConstraints in org.mmtk.plan.semispace.usePrimitiveWriteBarriers
 

Subclasses of SimpleConstraints in org.mmtk.plan.semispace.usePrimitiveWriteBarriers
 class UsePrimitiveWriteBarriersConstraints
          UsePrimitiveWriteBarriers common constants.
 

Uses of SimpleConstraints in org.mmtk.plan.stickyimmix
 

Subclasses of SimpleConstraints in org.mmtk.plan.stickyimmix
 class StickyImmixConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.
 

Uses of SimpleConstraints in org.mmtk.plan.stickyms
 

Subclasses of SimpleConstraints in org.mmtk.plan.stickyms
 class StickyMSConstraints
          This class and its subclasses communicate to the host VM/Runtime any features of the selected plan that it needs to know.