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 |
Collection |
Modifier and Type | Method and Description |
---|---|
Collection |
Factory.newCollection() |
Modifier and Type | Field and Description |
---|---|
static Collection |
VM.collection |
Modifier and Type | Method and Description |
---|---|
abstract Collection |
Factory.newCollection()
Create a new Collection instance using the appropriate VM-specific
concrete Collection sub-class.
|