Package | Description |
---|---|
org.jikesrvm.mm.mminterface | |
org.mmtk.plan.copyms | |
org.mmtk.plan.generational | |
org.mmtk.plan.generational.copying | |
org.mmtk.plan.generational.immix |
Provides the default collector (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 |
Provides a collector with deferred reference counting and a backup trace
to collect cycles.
|
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 |
Modifier and Type | Class and Description |
---|---|
static class |
Selected.Collector |
Modifier and Type | Class and Description |
---|---|
class |
CopyMSCollector
This class implements per-collector thread behavior
and state for the CopyMS plan.
|
Modifier and Type | Class and Description |
---|---|
class |
GenCollector
This abstract class implements per-collector thread
behavior and state for generational copying collectors.
|
Modifier and Type | Class and Description |
---|---|
class |
GenCopyCollector
This class implements per-collector thread behavior and state for
the
GenCopy two-generational copying collector. |
Modifier and Type | Class and Description |
---|---|
class |
GenImmixCollector
This class implements per-collector thread behavior and state for
the
GenImmix two-generational copying collector. |
Modifier and Type | Class and Description |
---|---|
class |
GenMSCollector
This class implements per-collector thread behavior and state for
the
GenMS two-generational copying collector. |
Modifier and Type | Class and Description |
---|---|
class |
ImmixCollector
This class implements per-collector thread behavior
and state for the Immix plan, which implements a full-heap
immix collector.
|
Modifier and Type | Class and Description |
---|---|
class |
MCCollector
This class implements per-collector thread behavior
and state for the MC plan, which implements a full-heap
mark-compact collector.
|
Modifier and Type | Class and Description |
---|---|
class |
MSCollector
This class implements per-collector thread behavior
and state for the MS plan, which implements a full-heap
mark-sweep collector.
|
Modifier and Type | Class and Description |
---|---|
class |
PoisonedCollector
This class implements a poisoned collector, that is essentially a test
case for read and write barriers in the VM.
|
Modifier and Type | Class and Description |
---|---|
class |
RCBaseCollector
This class implements the collector context for a reference counting collector.
|
Modifier and Type | Class and Description |
---|---|
class |
RCCollector
This class implements the collector context for a reference counting collector.
|
Modifier and Type | Class and Description |
---|---|
class |
GenRCCollector
This class implements the collector context for a simple reference counting
collector.
|
Modifier and Type | Class and Description |
---|---|
class |
SSCollector
This class implements per-collector thread behavior
and state for the SS plan, which implements a full-heap
semi-space collector.
|
Modifier and Type | Class and Description |
---|---|
class |
SSGCspyCollector
This class implements per-collector thread behavior and state for the
SSGCspy plan.
|
Modifier and Type | Class and Description |
---|---|
class |
GCTraceCollector
This class implements per-collector thread behavior and state for the
GCTrace plan, which implements a GC tracing algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
UsePrimitiveWriteBarriersCollector
This class extends the
SSCollector class as part of the
UsePrimitiveWriteBarriers collector. |
Modifier and Type | Class and Description |
---|---|
class |
StickyImmixCollector
This class implements per-collector thread behavior
and state for the StickMS plan, which implements a generational
sticky mark bits immix collector.
|
Modifier and Type | Class and Description |
---|---|
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.
|