Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure boolean JNI methods on Power produce a result of zero or one #4243

Merged
merged 1 commit into from
Jan 15, 2019

Conversation

R-Santhir
Copy link
Contributor

@R-Santhir R-Santhir commented Jan 10, 2019

When a calling a JNI boolean method, if the native implementation returns zero
the result is false, and true otherwise.

Progresses issue #4244

Signed-off-by: Ryan Santhirarajan rsanth@ca.ibm.com

@R-Santhir
Copy link
Contributor Author

@gita-omr can you please review when you get a chance

@R-Santhir R-Santhir force-pushed the JNI_boolean_fix branch 3 times, most recently from 704af4c to aa29f0d Compare January 10, 2019 23:29
@gita-omr
Copy link
Contributor

Jenkins test all aix,plinux jdk8,jdk11

@gita-omr gita-omr self-assigned this Jan 10, 2019
@gita-omr gita-omr requested a review from zl-wang January 10, 2019 23:30
When a calling a JNI boolean method, if the native implementation returns zero
the result is false, and true otherwise.

Progresses issue eclipse-openj9#4244

Signed-off-by: Ryan Santhirarajan <rsanth@ca.ibm.com>
@gita-omr
Copy link
Contributor

jenkins test sanity plinux jdk11

@gita-omr gita-omr merged commit 03dec61 into eclipse-openj9:master Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants