Package | Description |
---|---|
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 |
---|---|
class |
GenCopyMatureTraceLocal
This class implements the core functionality for a transitive
closure over the heap graph, specifically in a Generational copying
collector.
|
Modifier and Type | Class and Description |
---|---|
class |
GenImmixMatureDefragTraceLocal
This class implements the core functionality for a transitive
closure over the heap graph, specifically in a defragmenting pass over
a generational immix collector.
|
class |
GenImmixMatureTraceLocal
This class implements the core functionality for a transitive
closure over the heap graph, specifically in a generational immix
collector.
|
Modifier and Type | Class and Description |
---|---|
class |
GenMSMatureTraceLocal
This class implements the core functionality for a transitive
closure over the heap graph, specifically in a Generational Mark-Sweep
collector.
|