Closed jasonkatonica closed 10 months ago
Pls refer to the issue this is fixing in the description.
Pls add an IBM copyright statement for the change.
Pls refer to the issue this is fixing in the description.
Added a link to the issue being fixed in both the commit and PR descriptions.
Ideally we should try to get OpenJDK to accept this change so this patch will become obsolete.
Please update the commit message. The summary should speak to what this change will do if it is merged (as opposed to the problem that exists now).
Updated the commit and PR descriptions with a new approach.
The summary line of the commit message still describes the problem instead of the change. Instead of
JNI signature type incorrect when building NSS modules ArrayList
I suggest it should say something like
Use correct JNI function to call ArrayList.add()
The summary line of the commit message still describes the problem instead of the change. Instead of
JNI signature type incorrect when building NSS modules ArrayList
I suggest it should say something like
Use correct JNI function to call ArrayList.add()
Updated the summary line of both the PR and the commit itself with what was suggested.
Jenkins compile amac jdknext
Please back-port to jdk22, jdk21, jdk17, jdk11 and jdk8.
Various testcases are being run as part of the
openj9
project. Currently one of these tests is failing since they are able to detect that the wrong method signature is being used by JNI calls at runtime.This update makes the same method call only it expects a boolean to be returned from the method call. This allows for the test to pass the JNI method signature check.
This fixes openj9 issue 17795.
Signed-off-by: Jason Katonica katonica@us.ibm.com