+1
Though I'd also like to understand why the test only fails sometimes and
which other thread is involved?
Thanks,
David
On 10/04/2018 7:28 AM, Chris Plummer wrote:
Hi Alex,
I'd suggest renaming javaEnv to jni_env to be consistent. Not sure why
javaEnv was chosen in the original implementation. Otherwise the changes
look good.
thanks,
Chris
On 4/9/18 2:13 PM, Alex Menkov wrote:
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