src/share/vm/prims/jni.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/prims/jni.cpp	Wed Feb 17 11:52:30 2016
--- new/src/share/vm/prims/jni.cpp	Wed Feb 17 11:52:29 2016

*** 86,96 **** --- 86,96 ---- #if INCLUDE_JVMCI #include "jvmci/jvmciCompiler.hpp" #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* ); #endif

src/share/vm/prims/jni.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File