Package | Description |
---|---|
org.jikesrvm.jni | |
org.jikesrvm.runtime |
Modifier and Type | Field and Description |
---|---|
static FunctionTable |
JNIEnvironment.JNIFunctions
This is the shared JNI function table used by native code
to invoke methods in @link{JNIFunctions}.
|
Modifier and Type | Method and Description |
---|---|
static FunctionTable |
FunctionTable.allocate(int size)
Create a new ITable of the specified size.
|
Modifier and Type | Method and Description |
---|---|
static void |
JNIEnvironment.initFunctionTable(FunctionTable functions)
Initialize the array of JNI functions.
|
Modifier and Type | Field and Description |
---|---|
FunctionTable |
BootRecord.JNIFunctions
Reference to JNI function table
|