Package | Description |
---|---|
org.mmtk.plan.markcompact | |
org.mmtk.policy |
Modifier and Type | Field and Description |
---|---|
static MarkCompactSpace |
MC.mcSpace
The mark compact space itself
|
Modifier and Type | Field and Description |
---|---|
private MarkCompactSpace |
MarkCompactCollector.space |
Modifier and Type | Method and Description |
---|---|
private MarkCompactSpace |
MarkCompactLocal.mcSpace() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
MarkCompactCollector.FromCursor.advanceToNextForwardableRegion(MarkCompactSpace space)
Advance the cursor either to the next region in the list,
or to a new region allocated from the global list.
|
Constructor and Description |
---|
MarkCompactCollector(MarkCompactSpace space)
Constructor
|
MarkCompactLocal(MarkCompactSpace space)
Constructor
|