Package | Description |
---|---|
org.jikesrvm.mm.mminterface | |
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 |
Modifier and Type | Class and Description |
---|---|
static class |
Selected.Collector |
Constructor and Description |
---|
GenMatureTraceLocal(int specializedScan,
Trace trace,
GenCollector plan) |
GenMatureTraceLocal(Trace trace,
GenCollector plan) |
GenNurseryTraceLocal(Trace trace,
GenCollector plan) |
Modifier and Type | Class and Description |
---|---|
class |
GenCopyCollector
This class implements per-collector thread behavior and state for
the
GenCopy two-generational copying collector. |
Constructor and Description |
---|
GenCopyMatureTraceLocal(Trace global,
GenCollector plan) |
Modifier and Type | Class and Description |
---|---|
class |
GenImmixCollector
This class implements per-collector thread behavior and state for
the
GenImmix two-generational copying collector. |
Constructor and Description |
---|
GenImmixMatureDefragTraceLocal(Trace global,
GenCollector plan) |
GenImmixMatureTraceLocal(Trace global,
GenCollector plan) |
Modifier and Type | Class and Description |
---|---|
class |
GenMSCollector
This class implements per-collector thread behavior and state for
the
GenMS two-generational copying collector. |
Constructor and Description |
---|
GenMSMatureTraceLocal(Trace global,
GenCollector plan) |