| Package | Description |
|---|---|
| org.jikesrvm.classloader |
Provides classes that implement the classloading system as well as
data types that represent Java entities like classes, fields, methods
and primitives.
|
| org.jikesrvm.mm.mminterface |
| Modifier and Type | Field and Description |
|---|---|
private static SpecializedMethod[] |
SpecializedMethodManager.methods
All the specialized methods
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpecializedScanMethod
A method that scan objects and is specialized to a specific MMTk
TransitiveClosure type.
|
| Modifier and Type | Method and Description |
|---|---|
static SpecializedMethod |
MemoryManager.createSpecializedMethod(int id)
Initialize a specified specialized method.
|