-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 20
-
Component/s: hotspot
This bug updated the JNI Specification in relation to the `DestroyJavaVM` function. As part of that work, the JNI Specification version number was incremented. That change to the JNI Specification version should also have been reflected in the `GetVersion` function but was not. The `GetVersion` function for Java SE 20 and later has been updated to read `JNI_VERSION_20`.
This new version has also been documented in `jni.h` as:
```
#define JNI_VERSION_20 0x00140000
```
This new version has also been documented in `jni.h` as:
```
#define JNI_VERSION_20 0x00140000
```