Package | Description |
---|---|
org.mmtk.plan | |
org.mmtk.plan.concurrent.marksweep |
Provides the concurrent mark-sweep collector.
|
org.mmtk.plan.copyms | |
org.mmtk.plan.generational | |
org.mmtk.plan.generational.copying | |
org.mmtk.plan.generational.immix |
Provides the default collector (generational Immix).
|
org.mmtk.plan.generational.marksweep | |
org.mmtk.plan.immix | |
org.mmtk.plan.markcompact | |
org.mmtk.plan.marksweep | |
org.mmtk.plan.nogc |
Provides a memory management implementation that can allocate but not collect.
|
org.mmtk.plan.refcount |
Provides a collector with deferred reference counting and a backup trace
to collect cycles.
|
org.mmtk.plan.refcount.backuptrace | |
org.mmtk.plan.refcount.fullheap | |
org.mmtk.plan.refcount.generational | |
org.mmtk.plan.semispace | |
org.mmtk.plan.semispace.gcspy | |
org.mmtk.plan.semispace.gctrace | |
org.mmtk.plan.stickyimmix | |
org.mmtk.plan.stickyms | |
org.mmtk.utility.sanitychecker |
Constructor and Description |
---|
TraceLocal(int specializedScan,
Trace trace)
Constructor
|
TraceLocal(Trace trace)
Constructor
|
TraceWriteBuffer(Trace trace)
Constructor
|
Modifier and Type | Field and Description |
---|---|
Trace |
CMS.msTrace |
Constructor and Description |
---|
CMSTraceLocal(Trace trace) |
Modifier and Type | Field and Description |
---|---|
Trace |
CopyMS.trace |
Constructor and Description |
---|
CopyMSTraceLocal(Trace trace) |
Modifier and Type | Field and Description |
---|---|
Trace |
Gen.nurseryTrace |
Constructor and Description |
---|
GenMatureTraceLocal(int specializedScan,
Trace trace,
GenCollector plan) |
GenMatureTraceLocal(Trace trace,
GenCollector plan) |
GenNurseryTraceLocal(Trace trace,
GenCollector plan) |
Modifier and Type | Field and Description |
---|---|
(package private) Trace |
GenCopy.matureTrace |
Constructor and Description |
---|
GenCopyMatureTraceLocal(Trace global,
GenCollector plan) |
Modifier and Type | Field and Description |
---|---|
Trace |
GenImmix.matureTrace
The trace class for a full-heap collection
|
Constructor and Description |
---|
GenImmixMatureDefragTraceLocal(Trace global,
GenCollector plan) |
GenImmixMatureTraceLocal(Trace global,
GenCollector plan) |
Modifier and Type | Field and Description |
---|---|
Trace |
GenMS.matureTrace
The trace class for a full-heap collection
|
Constructor and Description |
---|
GenMSMatureTraceLocal(Trace global,
GenCollector plan) |
Modifier and Type | Field and Description |
---|---|
Trace |
Immix.immixTrace |
Constructor and Description |
---|
ImmixDefragTraceLocal(Trace trace,
ObjectReferenceDeque modBuffer)
Constructor
|
ImmixTraceLocal(Trace trace,
ObjectReferenceDeque modBuffer)
Constructor
|
Modifier and Type | Field and Description |
---|---|
Trace |
MC.forwardTrace
This trace updates pointers with the forwarded references
|
Trace |
MC.markTrace
This trace sets the mark bit in live objects
|
Constructor and Description |
---|
MCForwardTraceLocal(Trace trace) |
MCMarkTraceLocal(Trace trace) |
Modifier and Type | Field and Description |
---|---|
Trace |
MS.msTrace |
Constructor and Description |
---|
MSTraceLocal(Trace trace,
ObjectReferenceDeque modBuffer) |
Modifier and Type | Field and Description |
---|---|
Trace |
NoGC.trace |
Constructor and Description |
---|
NoGCTraceLocal(Trace trace) |
Modifier and Type | Field and Description |
---|---|
Trace |
RCBase.backupTrace |
Trace |
RCBase.rootTrace |
Constructor and Description |
---|
BTTraceLocal(Trace trace) |
Constructor and Description |
---|
RCFindRootSetTraceLocal(Trace trace,
ObjectReferenceDeque rootBuffer) |
Constructor and Description |
---|
GenRCFindRootSetTraceLocal(Trace trace,
ObjectReferenceDeque rootBuffer) |
Modifier and Type | Field and Description |
---|---|
Trace |
SS.ssTrace |
Constructor and Description |
---|
SSTraceLocal(Trace trace) |
SSTraceLocal(Trace trace,
boolean specialized) |
Constructor and Description |
---|
SSGCspyTraceLocal(Trace trace) |
Constructor and Description |
---|
GCTraceTraceLocal(Trace trace)
Constructor
|
Constructor and Description |
---|
StickyImmixNurseryTraceLocal(Trace trace,
ObjectReferenceDeque modBuffer) |
Constructor and Description |
---|
StickyMSNurseryTraceLocal(Trace trace,
ObjectReferenceDeque modBuffer) |
Modifier and Type | Field and Description |
---|---|
Trace |
SanityChecker.checkTrace |
Trace |
SanityChecker.rootTrace |
Constructor and Description |
---|
SanityRootTraceLocal(Trace trace) |
SanityTraceLocal(Trace trace,
SanityChecker sanityChecker) |