| 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 |
TraceInterface
Class that supports scanning Objects or Arrays for references
during tracing, handling those references, and computing death times
|
| Modifier and Type | Method and Description |
|---|---|
TraceInterface |
Factory.newTraceInterface() |
| Modifier and Type | Field and Description |
|---|---|
static TraceInterface |
VM.traceInterface |
| Modifier and Type | Method and Description |
|---|---|
abstract TraceInterface |
Factory.newTraceInterface()
Create a new TraceInterface instance using the appropriate VM-specific
concrete TraceInterface sub-class.
|