mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
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:
parent
b437ee835e
commit
b7658ef0b7
4 changed files with 7 additions and 5 deletions
|
@ -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* );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue