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
      ```

            dholmes David Holmes
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: