Hi all, Please review a fix for https://bugs.openjdk.java.net/browse/JDK-8200195 webrev: http://cr.openjdk.java.net/~amenkov/field_access_graal/webrev/
The problem with the test is it uses cached JNIEnv value instead using a value passed to the callbacks. JNIEnv is valid only for the current thread.
--alex