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 |
Modifier and Type | Field and Description |
---|---|
protected MarkSweepLocal |
MutatorContext.nonmove
Per-mutator allocator into the non moving space
|
protected MarkSweepLocal |
MutatorContext.smcode
Per-mutator allocator into the small code space
|
Modifier and Type | Field and Description |
---|---|
private MarkSweepLocal |
CMSMutator.ms |
Modifier and Type | Field and Description |
---|---|
private MarkSweepLocal |
CopyMSMutator.mature |
private MarkSweepLocal |
CopyMSCollector.mature |
Modifier and Type | Field and Description |
---|---|
private MarkSweepLocal |
GenMSMutator.mature
The allocator for the mark-sweep mature space (the mutator may
"pretenure" objects into this space which is otherwise used
only by the collector)
|
private MarkSweepLocal |
GenMSCollector.mature
The allocator for the mature space
|
Modifier and Type | Field and Description |
---|---|
protected MarkSweepLocal |
MSMutator.ms |