| 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 |
MMTk_Events
Implementation of simple MMTK event generation hooks
to allow MMTk to generate TuningFork events.
|
| Modifier and Type | Method and Description |
|---|---|
MMTk_Events |
Factory.newEvents() |
| Modifier and Type | Field and Description |
|---|---|
static MMTk_Events |
VM.events |
| Modifier and Type | Method and Description |
|---|---|
abstract MMTk_Events |
Factory.newEvents()
Create a new MMTk_Events instance using the appropriate VM-specific
concrete MMTk_Events sub-class.
|