| Package | Description |
|---|---|
| org.mmtk.plan.copyms | |
| org.mmtk.plan.generational | |
| org.mmtk.plan.generational.copying | |
| org.mmtk.plan.refcount.generational | |
| org.mmtk.plan.semispace |
| Modifier and Type | Field and Description |
|---|---|
private CopyLocal |
CopyMSMutator.nursery |
| Modifier and Type | Field and Description |
|---|---|
protected CopyLocal |
GenMutator.nursery |
| Modifier and Type | Field and Description |
|---|---|
private CopyLocal |
GenCopyCollector.mature
The allocator for the mature space
|
private CopyLocal |
GenCopyMutator.mature
The allocator for the copying mature space (the mutator may
"pretenure" objects into this space otherwise used only by
the collector)
|
| Modifier and Type | Field and Description |
|---|---|
private CopyLocal |
GenRCMutator.nursery |
| Modifier and Type | Field and Description |
|---|---|
protected CopyLocal |
SSCollector.ss |
protected CopyLocal |
SSMutator.ss
Instance fields
|