use of com.oracle.svm.jni.nativeapi.JNIEnvironment in project graal by oracle.
the class JNIThreadLocalEnvironment method initialize.
public static void initialize() {
assert !isInitialized();
JNIEnvironment env = jniFunctions.getAddress();
env.setFunctions(JNIFunctionTables.singleton().getGlobalFunctionTable());
}
Aggregations