|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SimpleCollector in org.jikesrvm.mm.mminterface |
---|
Subclasses of SimpleCollector in org.jikesrvm.mm.mminterface | |
---|---|
static class |
Selected.Collector
|
Uses of SimpleCollector in org.mmtk.plan |
---|
Subclasses of SimpleCollector in org.mmtk.plan | |
---|---|
class |
StopTheWorldCollector
This class (and its sub-classes) implement per-collector thread behavior and state. |
Uses of SimpleCollector in org.mmtk.plan.concurrent |
---|
Subclasses of SimpleCollector in org.mmtk.plan.concurrent | |
---|---|
class |
ConcurrentCollector
This class implements per-collector thread behavior and state for a concurrent collector. |
Uses of SimpleCollector in org.mmtk.plan.concurrent.marksweep |
---|
Subclasses of SimpleCollector in org.mmtk.plan.concurrent.marksweep | |
---|---|
class |
CMSCollector
This class implements per-collector thread behavior and state for the CMS plan, which implements a full-heap concurrent mark-sweep collector. |
Uses of SimpleCollector in org.mmtk.plan.copyms |
---|
Subclasses of SimpleCollector in org.mmtk.plan.copyms | |
---|---|
class |
CopyMSCollector
This class implements per-collector thread behavior and state for the CopyMS plan. |
Uses of SimpleCollector in org.mmtk.plan.generational |
---|
Subclasses of SimpleCollector in org.mmtk.plan.generational | |
---|---|
class |
GenCollector
This abstract class implements per-collector thread behavior and state for generational copying collectors. |
Uses of SimpleCollector in org.mmtk.plan.generational.copying |
---|
Subclasses of SimpleCollector in org.mmtk.plan.generational.copying | |
---|---|
class |
GenCopyCollector
This class implements per-collector thread behavior and state for the GenCopy two-generational copying collector. |
Uses of SimpleCollector in org.mmtk.plan.generational.immix |
---|
Subclasses of SimpleCollector in org.mmtk.plan.generational.immix | |
---|---|
class |
GenImmixCollector
This class implements per-collector thread behavior and state for the GenImmix two-generational copying collector. |
Uses of SimpleCollector in org.mmtk.plan.generational.marksweep |
---|
Subclasses of SimpleCollector in org.mmtk.plan.generational.marksweep | |
---|---|
class |
GenMSCollector
This class implements per-collector thread behavior and state for the GenMS two-generational copying collector. |
Uses of SimpleCollector in org.mmtk.plan.immix |
---|
Subclasses of SimpleCollector in org.mmtk.plan.immix | |
---|---|
class |
ImmixCollector
This class implements per-collector thread behavior and state for the Immix plan, which implements a full-heap immix collector. |
Uses of SimpleCollector in org.mmtk.plan.markcompact |
---|
Subclasses of SimpleCollector in org.mmtk.plan.markcompact | |
---|---|
class |
MCCollector
This class implements per-collector thread behavior and state for the MC plan, which implements a full-heap mark-compact collector. |
Uses of SimpleCollector in org.mmtk.plan.marksweep |
---|
Subclasses of SimpleCollector in org.mmtk.plan.marksweep | |
---|---|
class |
MSCollector
This class implements per-collector thread behavior and state for the MS plan, which implements a full-heap mark-sweep collector. |
Uses of SimpleCollector in org.mmtk.plan.poisoned |
---|
Subclasses of SimpleCollector in org.mmtk.plan.poisoned | |
---|---|
class |
PoisonedCollector
This class implements a poisoned collector, that is essentially a test case for read and write barriers in the VM. |
Uses of SimpleCollector in org.mmtk.plan.refcount |
---|
Subclasses of SimpleCollector in org.mmtk.plan.refcount | |
---|---|
class |
RCBaseCollector
This class implements the collector context for a reference counting collector. |
Uses of SimpleCollector in org.mmtk.plan.refcount.fullheap |
---|
Subclasses of SimpleCollector in org.mmtk.plan.refcount.fullheap | |
---|---|
class |
RCCollector
This class implements the collector context for a reference counting collector. |
Uses of SimpleCollector in org.mmtk.plan.refcount.generational |
---|
Subclasses of SimpleCollector in org.mmtk.plan.refcount.generational | |
---|---|
class |
GenRCCollector
This class implements the collector context for a simple reference counting collector. |
Uses of SimpleCollector in org.mmtk.plan.semispace |
---|
Subclasses of SimpleCollector in org.mmtk.plan.semispace | |
---|---|
class |
SSCollector
This class implements per-collector thread behavior and state for the SS plan, which implements a full-heap semi-space collector. |
Uses of SimpleCollector in org.mmtk.plan.semispace.gcspy |
---|
Subclasses of SimpleCollector in org.mmtk.plan.semispace.gcspy | |
---|---|
class |
SSGCspyCollector
This class implements per-collector thread behavior and state for the SSGCspy plan. |
Uses of SimpleCollector in org.mmtk.plan.semispace.gctrace |
---|
Subclasses of SimpleCollector in org.mmtk.plan.semispace.gctrace | |
---|---|
class |
GCTraceCollector
This class implements per-collector thread behavior and state for the GCTrace plan, which implements a GC tracing algorithm. |
Uses of SimpleCollector in org.mmtk.plan.semispace.usePrimitiveWriteBarriers |
---|
Subclasses of SimpleCollector in org.mmtk.plan.semispace.usePrimitiveWriteBarriers | |
---|---|
class |
UsePrimitiveWriteBarriersCollector
This class extends the SSCollector class as part of the
UsePrimitiveWriteBarriers collector. |
Uses of SimpleCollector in org.mmtk.plan.stickyimmix |
---|
Subclasses of SimpleCollector in org.mmtk.plan.stickyimmix | |
---|---|
class |
StickyImmixCollector
This class implements per-collector thread behavior and state for the StickMS plan, which implements a generational sticky mark bits immix collector. |
Uses of SimpleCollector in org.mmtk.plan.stickyms |
---|
Subclasses of SimpleCollector in org.mmtk.plan.stickyms | |
---|---|
class |
StickyMSCollector
This class implements per-collector thread behavior and state for the StickMS plan, which implements a generational sticky mark bits mark-sweep collector. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |