Package | Description |
---|---|
org.mmtk.plan.generational.immix |
Provides the default collector (generational Immix).
|
org.mmtk.plan.immix | |
org.mmtk.policy.immix | |
org.mmtk.utility.alloc |
Modifier and Type | Field and Description |
---|---|
static ImmixSpace |
GenImmix.immixSpace
The mature space, which for GenImmix uses a mark sweep collection policy.
|
Modifier and Type | Field and Description |
---|---|
static ImmixSpace |
Immix.immixSpace |
Modifier and Type | Field and Description |
---|---|
private ImmixSpace |
CollectorLocal.immixSpace |
Modifier and Type | Method and Description |
---|---|
private void |
Defrag.establishDefragSpillThreshold(ChunkList chunkMap,
ImmixSpace space) |
(package private) void |
Defrag.prepare(ChunkList chunkMap,
ImmixSpace space) |
(package private) static void |
Chunk.sweep(Address chunk,
Address end,
ImmixSpace space,
int[] markHistogram,
byte markValue,
boolean resetMarks) |
Constructor and Description |
---|
CollectorLocal(ImmixSpace space)
Constructor
|
MutatorLocal(ImmixSpace space,
boolean hot)
Constructor
|
Modifier and Type | Field and Description |
---|---|
protected ImmixSpace |
ImmixAllocator.space
space this allocator is associated with
|
Constructor and Description |
---|
ImmixAllocator(ImmixSpace space,
boolean hot,
boolean copy)
Constructor.
|