Package | Description |
---|---|
org.jikesrvm.mm.mminterface | |
org.jikesrvm.scheduler | |
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.Mutator |
class |
ThreadContext
RVMThread must extend this class to associate appropriate context with processor.
|
Modifier and Type | Class and Description |
---|---|
class |
RVMThread
A generic java thread's execution context.
|
Modifier and Type | Class and Description |
---|---|
class |
GenCopyMutator
This class implements per-mutator thread behavior and state for
the
GenCopy two-generational copying collector. |
Modifier and Type | Class and Description |
---|---|
class |
GenImmixMutator
This class implements per-mutator thread behavior and state for
the
GenImmix two-generational copying collector. |
Modifier and Type | Class and Description |
---|---|
class |
GenMSMutator
This class implements per-mutator thread behavior and state for
the
GenMS two-generational copying collector. |