Add JNI_VERSION_19 for Java 19+ - #15368
Conversation
See: * 8286176: Add JNI_VERSION_19 to jni.h and JNI spec Also a little tidying up. Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
|
jenkins compile amac jdk19 |
|
@tajila fyi |
|
@keithc-ca it didn't actually work, JNI_VERSION_19 didn't show up in the build. Perhaps we aren't defining JAVA_SPEC_VERSION properly yet? |
|
I explicitly looked for and found it in |
|
Actually, we use the OpenJDK version in the builds. I'm assuming the jdk19 change hasn't promoted yet. |
|
It appears that
|
|
I'm inclined to adjust the build of OpenJ9 to use that file from upstream instead of the one defined by this repo. |
|
I think the OpenJ9 jni.h is only used for IBM Java 8. |
See:
Also a little tidying up: mostly trailing whitespace.