ibmruntimes / openj9-openjdk-jdk11

Extensions for OpenJDK 11 for Eclipse OpenJ9
GNU General Public License v2.0
31 stars 112 forks source link

Use correct JNI function to call ArrayList.add() #748

Closed jasonkatonica closed 10 months ago

jasonkatonica commented 10 months ago

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.

keithc-ca commented 10 months ago

Jenkins compile win jdk11