Package | Description |
---|---|
org.jikesrvm.mm.mminterface | |
org.mmtk.plan | |
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.Plan |
Modifier and Type | Method and Description |
---|---|
private static StopTheWorld |
StopTheWorldCollector.global() |
Modifier and Type | Class and Description |
---|---|
class |
CopyMS
This class implements the global state of a full-heap collector
with a copying nursery and mark-sweep mature space.
|
Modifier and Type | Class and Description |
---|---|
class |
Gen
This abstract class implements the core functionality of generic
two-generation copying collectors.
|
Modifier and Type | Class and Description |
---|---|
class |
GenCopy
This class implements the functionality of a standard
two-generation copying collector.
|
Modifier and Type | Class and Description |
---|---|
class |
GenImmix
This class implements the functionality of a two-generation copying
collector where the higher generation is an immix space.
|
Modifier and Type | Class and Description |
---|---|
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).
|
Modifier and Type | Class and Description |
---|---|
class |
Immix
This class implements the global state of an immix collector.
|
Modifier and Type | Class and Description |
---|---|
class |
MC
This class implements the global state of a simple sliding mark-compact
collector.
|
Modifier and Type | Class and Description |
---|---|
class |
MS
This class implements the global state of a simple mark-sweep collector.
|
Modifier and Type | Class and Description |
---|---|
class |
Poisoned
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 |
RCBase
This class implements the global state of a reference counting collector.
|
Modifier and Type | Class and Description |
---|---|
class |
RC
This class implements the global state of a reference counting collector.
|
Modifier and Type | Class and Description |
---|---|
class |
GenRC
This class implements the global state of a a simple reference counting collector.
|
Modifier and Type | Class and Description |
---|---|
class |
SS
This class implements a simple semi-space collector.
|
Modifier and Type | Class and Description |
---|---|
class |
SSGCspy
This class extends a simple semi-space collector to instrument it for
GCspy.
|
Modifier and Type | Class and Description |
---|---|
class |
GCTrace
This plan has been modified slightly to perform the processing necessary
for GC trace generation.
|
Modifier and Type | Class and Description |
---|---|
class |
UsePrimitiveWriteBarriers
This class exercises primitive write barriers The write barriers contain no
payloads but merely perform a write to the heap
|
Modifier and Type | Class and Description |
---|---|
class |
StickyImmix
This class implements the global state of a simple sticky mark bits collector,
based on an immix collector.
|
Modifier and Type | Class and Description |
---|---|
class |
StickyMS
This class implements the global state of a simple sticky mark bits collector,
based a simple on mark-sweep collector.
|