| Package | Description |
|---|---|
| org.jikesrvm.mm.mmtk | |
| org.jikesrvm.mm.mmtk.gcspy | |
| org.mmtk.utility.gcspy | |
| org.mmtk.vm |
Provides classes that specify the interface between MMTk and the VM.
|
| Modifier and Type | Method and Description |
|---|---|
Util |
Factory.newGCspyUtil()
Create a new Util instance using the appropriate VM-specific
concrete Util sub-class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Util
This class provides generally useful methods.
|
| Modifier and Type | Field and Description |
|---|---|
static Util |
GCspy.util |
| Modifier and Type | Method and Description |
|---|---|
abstract Util |
Factory.newGCspyUtil()
Create a new Util instance using the appropriate VM-specific
concrete Util sub-class.
|
static Util |
VM.newGCspyUtil()
Create a new Util instance using the appropriate
VM-specific concrete Util sub-class.
|