Package | Description |
---|---|
org.mmtk.plan | |
org.mmtk.plan.concurrent.marksweep |
Provides the concurrent mark-sweep collector.
|
org.mmtk.plan.copyms | |
org.mmtk.plan.generational.marksweep | |
org.mmtk.plan.marksweep | |
org.mmtk.policy |
Modifier and Type | Field and Description |
---|---|
static MarkSweepSpace |
Plan.nonMovingSpace
Space used to allocate objects that cannot be moved. we do not need a large space as the LOS is non-moving.
|
static MarkSweepSpace |
Plan.smallCodeSpace |
Modifier and Type | Field and Description |
---|---|
static MarkSweepSpace |
CMS.msSpace |
Modifier and Type | Field and Description |
---|---|
static MarkSweepSpace |
CopyMS.msSpace |
Modifier and Type | Field and Description |
---|---|
static MarkSweepSpace |
GenMS.msSpace
The mature space, which for GenMS uses a mark sweep collection policy.
|
Modifier and Type | Field and Description |
---|---|
static MarkSweepSpace |
MS.msSpace |
Constructor and Description |
---|
MarkSweepLocal(MarkSweepSpace space)
Constructor
|