Package | Description |
---|---|
org.mmtk.plan.refcount |
Provides a collector with deferred reference counting and a backup trace
to collect cycles.
|
org.mmtk.plan.refcount.fullheap | |
org.mmtk.plan.refcount.generational |
Modifier and Type | Method and Description |
---|---|
protected static RCBase |
RCBaseCollector.global() |
private static RCBase |
RCBaseMutator.global() |
Modifier and Type | Class and Description |
---|---|
class |
RC
This class implements the global state of a reference counting collector.
|
Modifier and Type | Class and Description |
---|---|
class |
GenRC
This class implements the global state of a a simple reference counting collector.
|