Hello, Please review the proposed fix to the following issues:
https://bugs.openjdk.java.net/browse/JDK-8170465 https://bugs.openjdk.java.net/browse/JDK-8170466 The proposed fix is located at: http://cr.openjdk.java.net/~naoto/8170465.8170466/webrev.00/These two JNI calls (NewStringUTF() and JNU_CallMethodByName()) in src/java.base/share/native/libjava/jni_util.c can throw an exception. Those possible exceptions need to be properly checked.
Naoto