Package | Description |
---|---|
org.jikesrvm.mm.mmtk | |
org.mmtk.plan | |
org.mmtk.plan.nogc |
Provides a memory management implementation that can allocate but not collect.
|
org.mmtk.policy | |
org.mmtk.vm |
Provides classes that specify the interface between MMTk and the VM.
|
Modifier and Type | Field and Description |
---|---|
private static ImmortalSpace |
Memory.bootSpace |
Modifier and Type | Method and Description |
---|---|
ImmortalSpace |
Memory.getVMSpace()
Return the space associated with/reserved for the VM.
|
Modifier and Type | Field and Description |
---|---|
static ImmortalSpace |
GCspyPlan.gcspySpace
Deprecated.
Any GCspy objects allocated after booting are allocated
in a separate immortal space.
|
static ImmortalSpace |
Plan.immortalSpace
Any immortal objects allocated after booting are allocated here.
|
Modifier and Type | Field and Description |
---|---|
static ImmortalSpace |
NoGC.noGCSpace |
Constructor and Description |
---|
ImmortalLocal(ImmortalSpace space)
Constructor
|
Modifier and Type | Method and Description |
---|---|
abstract ImmortalSpace |
Memory.getVMSpace()
Return the space associated with/reserved for the VM.
|