Package | Description |
---|---|
org.jikesrvm.mm.mminterface | |
org.mmtk.plan.copyms | |
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 | |
org.mmtk.plan.immix | |
org.mmtk.plan.markcompact | |
org.mmtk.plan.marksweep | |
org.mmtk.plan.poisoned | |
org.mmtk.plan.refcount |
Provides a collector with deferred reference counting and a backup trace
to collect cycles.
|
org.mmtk.plan.refcount.fullheap | |
org.mmtk.plan.refcount.generational | |
org.mmtk.plan.semispace | |
org.mmtk.plan.semispace.gcspy | |
org.mmtk.plan.semispace.gctrace | |
org.mmtk.plan.semispace.usePrimitiveWriteBarriers | |
org.mmtk.plan.stickyimmix | |
org.mmtk.plan.stickyms |
Modifier and Type | Class and Description |
---|---|
static class |
Selected.Constraints |
Modifier and Type | Class and Description |
---|---|
class |
CopyMSConstraints
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|
Modifier and Type | Class and Description |
---|---|
class |
GenConstraints
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|
Modifier and Type | Class and Description |
---|---|
class |
GenCopyConstraints
GenCopy constants.
|
Modifier and Type | Class and Description |
---|---|
class |
GenImmixConstraints
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|
Modifier and Type | Class and Description |
---|---|
class |
GenMSConstraints
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmixConstraints
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|
Modifier and Type | Class and Description |
---|---|
class |
MCConstraints
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|
Modifier and Type | Class and Description |
---|---|
class |
MSConstraints
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|
Modifier and Type | Class and Description |
---|---|
class |
PoisonedConstraints
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|
Modifier and Type | Class and Description |
---|---|
class |
RCBaseConstraints
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|
Modifier and Type | Class and Description |
---|---|
class |
RCConstraints
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|
Modifier and Type | Class and Description |
---|---|
class |
GenRCConstraints
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|
Modifier and Type | Class and Description |
---|---|
class |
SSConstraints
SemiSpace common constants.
|
Modifier and Type | Class and Description |
---|---|
class |
SSGCspyConstraints
Semi space GCspy constants.
|
Modifier and Type | Class and Description |
---|---|
class |
GCTraceConstraints
GCTrace constants.
|
Modifier and Type | Class and Description |
---|---|
class |
UsePrimitiveWriteBarriersConstraints
UsePrimitiveWriteBarriers common constants.
|
Modifier and Type | Class and Description |
---|---|
class |
StickyImmixConstraints
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|
Modifier and Type | Class and Description |
---|---|
class |
StickyMSConstraints
This class and its subclasses communicate to the host VM/Runtime
any features of the selected plan that it needs to know.
|