hotspot/src/share/vm/prims/jni.cpp
changeset 36396 26a241a959de
parent 36384 b0b41336a9a8
child 37078 dc9ee85e80d3
child 36508 5f9eee6b383b
--- a/hotspot/src/share/vm/prims/jni.cpp	Wed Mar 02 17:09:32 2016 +0000
+++ b/hotspot/src/share/vm/prims/jni.cpp	Wed Mar 02 15:10:38 2016 -0500
@@ -89,7 +89,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* );