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.Plan |
Modifier and Type | Method and Description |
---|---|
private static Gen |
GenCollector.global() |
private static Gen |
GenMutator.global() |
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).
|