|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Plan in org.jikesrvm.mm.mminterface |
---|
Subclasses of Plan in org.jikesrvm.mm.mminterface | |
---|---|
static class |
Selected.Plan
|
Uses of Plan in org.jikesrvm.mm.mmtk |
---|
Methods in org.jikesrvm.mm.mmtk that return Plan | |
---|---|
Plan |
ActivePlan.global()
|
Uses of Plan in org.mmtk.plan |
---|
Subclasses of Plan in org.mmtk.plan | |
---|---|
class |
Simple
This abstract class implements the core functionality for simple collectors. |
class |
StopTheWorld
This abstract class implements the core functionality for stop-the-world collectors. |
Uses of Plan in org.mmtk.plan.concurrent |
---|
Subclasses of Plan in org.mmtk.plan.concurrent | |
---|---|
class |
Concurrent
This class implements the global state of a concurrent collector. |
Uses of Plan in org.mmtk.plan.concurrent.marksweep |
---|
Subclasses of Plan in org.mmtk.plan.concurrent.marksweep | |
---|---|
class |
CMS
This class implements the global state of a concurrent mark-sweep collector. |
Uses of Plan in org.mmtk.plan.copyms |
---|
Subclasses of Plan in org.mmtk.plan.copyms | |
---|---|
class |
CopyMS
This class implements the global state of a full-heap collector with a copying nursery and mark-sweep mature space. |
Uses of Plan in org.mmtk.plan.generational |
---|
Subclasses of Plan in org.mmtk.plan.generational | |
---|---|
class |
Gen
This abstract class implements the core functionality of generic two-generation copying collectors. |
Uses of Plan in org.mmtk.plan.generational.copying |
---|
Subclasses of Plan in org.mmtk.plan.generational.copying | |
---|---|
class |
GenCopy
This class implements the functionality of a standard two-generation copying collector. |
Uses of Plan in org.mmtk.plan.generational.immix |
---|
Subclasses of Plan in org.mmtk.plan.generational.immix | |
---|---|
class |
GenImmix
This class implements the functionality of a two-generation copying collector where the higher generation is an immix space. |
Uses of Plan in org.mmtk.plan.generational.marksweep |
---|
Subclasses of Plan in org.mmtk.plan.generational.marksweep | |
---|---|
class |
GenMS
This class implements the functionality of a two-generation copying collector where the higher generation is a mark-sweep space (free list allocation, mark-sweep collection). |
Uses of Plan in org.mmtk.plan.immix |
---|
Subclasses of Plan in org.mmtk.plan.immix | |
---|---|
class |
Immix
This class implements the global state of an immix collector. |
Uses of Plan in org.mmtk.plan.markcompact |
---|
Subclasses of Plan in org.mmtk.plan.markcompact | |
---|---|
class |
MC
This class implements the global state of a simple sliding mark-compact collector. |
Uses of Plan in org.mmtk.plan.marksweep |
---|
Subclasses of Plan in org.mmtk.plan.marksweep | |
---|---|
class |
MS
This class implements the global state of a simple mark-sweep collector. |
Uses of Plan in org.mmtk.plan.nogc |
---|
Subclasses of Plan in org.mmtk.plan.nogc | |
---|---|
class |
NoGC
This class implements the global state of a a simple allocator without a collector. |
Uses of Plan in org.mmtk.plan.poisoned |
---|
Subclasses of Plan in org.mmtk.plan.poisoned | |
---|---|
class |
Poisoned
This class implements a poisoned collector, that is essentially a test case for read and write barriers in the VM. |
Uses of Plan in org.mmtk.plan.refcount |
---|
Subclasses of Plan in org.mmtk.plan.refcount | |
---|---|
class |
RCBase
This class implements the global state of a reference counting collector. |
Uses of Plan in org.mmtk.plan.refcount.fullheap |
---|
Subclasses of Plan in org.mmtk.plan.refcount.fullheap | |
---|---|
class |
RC
This class implements the global state of a reference counting collector. |
Uses of Plan in org.mmtk.plan.refcount.generational |
---|
Subclasses of Plan in org.mmtk.plan.refcount.generational | |
---|---|
class |
GenRC
This class implements the global state of a a simple reference counting collector. |
Uses of Plan in org.mmtk.plan.semispace |
---|
Subclasses of Plan in org.mmtk.plan.semispace | |
---|---|
class |
SS
This class implements a simple semi-space collector. |
Uses of Plan in org.mmtk.plan.semispace.gcspy |
---|
Subclasses of Plan in org.mmtk.plan.semispace.gcspy | |
---|---|
class |
SSGCspy
This class extends a simple semi-space collector to instrument it for GCspy. |
Uses of Plan in org.mmtk.plan.semispace.gctrace |
---|
Subclasses of Plan in org.mmtk.plan.semispace.gctrace | |
---|---|
class |
GCTrace
This plan has been modified slightly to perform the processing necessary for GC trace generation. |
Uses of Plan in org.mmtk.plan.semispace.usePrimitiveWriteBarriers |
---|
Subclasses of Plan in org.mmtk.plan.semispace.usePrimitiveWriteBarriers | |
---|---|
class |
UsePrimitiveWriteBarriers
This class exercises primitive write barriers The write barriers contain no payloads but merely perform a write to the heap |
Uses of Plan in org.mmtk.plan.stickyimmix |
---|
Subclasses of Plan in org.mmtk.plan.stickyimmix | |
---|---|
class |
StickyImmix
This class implements the global state of a simple sticky mark bits collector, based on an immix collector. |
Uses of Plan in org.mmtk.plan.stickyms |
---|
Subclasses of Plan in org.mmtk.plan.stickyms | |
---|---|
class |
StickyMS
This class implements the global state of a simple sticky mark bits collector, based a simple on mark-sweep collector. |
Uses of Plan in org.mmtk.vm |
---|
Methods in org.mmtk.vm that return Plan | |
---|---|
abstract Plan |
ActivePlan.global()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |