--- old/src/share/vm/prims/jni.cpp 2016-01-27 17:57:38.669614630 -0500 +++ new/src/share/vm/prims/jni.cpp 2016-01-27 17:57:38.512968039 -0500 @@ -88,7 +88,7 @@ #include "jvmci/jvmciRuntime.hpp" #endif -static jint CurrentVersion = JNI_VERSION_1_8; +static jint CurrentVersion = JNI_VERSION_9_0; #ifdef _WIN32 extern LONG WINAPI topLevelExceptionFilter(_EXCEPTION_POINTERS* );