Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct JNI function to call ArrayList.add()
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](eclipse-openj9/openj9#17795). Signed-off-by: Jason Katonica <katonica@us.ibm.com>
- Loading branch information