8145098: JNI GetVersion should return JNI_VERSION_9

Updated JNI_VERSION for current version to be JNI_VERSION_9

Reviewed-by: hseigel, gtriantafill, dholmes, alanb
This commit is contained in:
Rachel Protacio 2016-03-02 15:10:38 -05:00
parent b437ee835e
commit b7658ef0b7
4 changed files with 7 additions and 5 deletions

View file

@ -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* );