Package | Description |
---|---|
org.jikesrvm.mm.mminterface | |
org.jikesrvm.scheduler | |
org.mmtk.plan.generational.immix |
Provides the default collector (generational Immix).
|
Class and Description |
---|
GenImmix
This class implements the functionality of a two-generation copying
collector where the higher generation is an immix space.
|
GenImmixCollector
This class implements per-collector thread behavior and state for
the
GenImmix two-generational copying collector. |
GenImmixConstraints
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|
GenImmixMutator
This class implements per-mutator thread behavior and state for
the
GenImmix two-generational copying collector. |
Class and Description |
---|
GenImmixMutator
This class implements per-mutator thread behavior and state for
the
GenImmix two-generational copying collector. |
Class and Description |
---|
GenImmix
This class implements the functionality of a two-generation copying
collector where the higher generation is an immix space.
|
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.
|
GenImmixMatureTraceLocal
This class implements the core functionality for a transitive
closure over the heap graph, specifically in a generational immix
collector.
|