| Package | Description |
|---|---|
| org.jikesrvm.mm.mmtk | |
| org.mmtk.vm |
Provides classes that specify the interface between MMTk and the VM.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReferenceProcessor
This class manages SoftReferences, WeakReferences, and
PhantomReferences.
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceProcessor |
Factory.newReferenceProcessor(ReferenceProcessor.Semantics semantics) |
| Modifier and Type | Field and Description |
|---|---|
static ReferenceProcessor |
VM.phantomReferences |
static ReferenceProcessor |
VM.softReferences |
static ReferenceProcessor |
VM.weakReferences |
| Modifier and Type | Method and Description |
|---|---|
abstract ReferenceProcessor |
Factory.newReferenceProcessor(ReferenceProcessor.Semantics semantics)
Creates a new ReferenceProcessor instance using the appropriate VM-specific
concrete ReferenceProcessor sub-class.
|