--- old/src/share/vm/prims/jni.cpp 2016-02-17 11:52:30.198592859 -0500 +++ new/src/share/vm/prims/jni.cpp 2016-02-17 11:52:29.956197661 -0500 @@ -88,7 +88,7 @@ #include "jvmci/jvmciRuntime.hpp" #endif -static jint CurrentVersion = JNI_VERSION_1_8; +static jint CurrentVersion = JNI_VERSION_9; #ifdef _WIN32 extern LONG WINAPI topLevelExceptionFilter(_EXCEPTION_POINTERS* );