| Package | Description |
|---|---|
| org.mmtk.plan | |
| org.mmtk.plan.semispace.gctrace | |
| org.mmtk.utility | |
| org.mmtk.utility.deque | |
| org.mmtk.utility.sanitychecker |
| Modifier and Type | Field and Description |
|---|---|
static RawPageSpace |
Plan.metaDataSpace
All meta data that is used by MMTk is allocated (and accounted for) in the meta data space.
|
static RawPageSpace |
Plan.sanitySpace
Space used by the sanity checker (used at runtime only if sanity checking enabled
|
| Constructor and Description |
|---|
Trace(RawPageSpace metaDataSpace) |
| Modifier and Type | Field and Description |
|---|---|
static RawPageSpace |
GCTrace.traceSpace |
| Modifier and Type | Field and Description |
|---|---|
private RawPageSpace |
SimpleHashtable.space
The space to use for allocating the data structure
|
| Constructor and Description |
|---|
SimpleHashtable(RawPageSpace rps,
int logSize,
Extent es)
Create a new data table of a specified size.
|
| Modifier and Type | Field and Description |
|---|---|
private RawPageSpace |
SharedDeque.rps
Raw page space from which to allocate
|
| Constructor and Description |
|---|
SharedDeque(String name,
RawPageSpace rps,
int arity) |
SortSharedDeque(String name,
RawPageSpace rps,
int arity) |
SortTODSharedDeque(String name,
RawPageSpace rps,
int arity) |
| Constructor and Description |
|---|
SanityDataTable(RawPageSpace rps,
int logSize)
Create a new data table of a specified size.
|