| 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 |
FinalizableProcessor
This class manages the processing of finalizable objects.
|
| Modifier and Type | Method and Description |
|---|---|
FinalizableProcessor |
Factory.newFinalizableProcessor() |
| Modifier and Type | Field and Description |
|---|---|
static FinalizableProcessor |
VM.finalizableProcessor |
| Modifier and Type | Method and Description |
|---|---|
abstract FinalizableProcessor |
Factory.newFinalizableProcessor()
Create a new FinalizbleProcessor instance using the appropriate VM-specific
concrete FinalizableProcessor sub-class.
|