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

NPE extended message handle long/double array parameters #17849

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

JasonFengJ9
Copy link
Member

NPE extended message handle long/double array parameters

The long or double array doesn't need an extra slot, handled this corner case at initStackFromMethodSignature();
Added tests.

closes #17247

Signed-off-by: Jason Feng fengj@ca.ibm.com

The long or double array doesn't need an extra slot, handled this corner
case at initStackFromMethodSignature();
Added tests.

Signed-off-by: Jason Feng <fengj@ca.ibm.com>
@gacholio
Copy link
Contributor

jenkins test sanity zlinux jdk17

@gacholio gacholio merged commit 63a90ea into eclipse-openj9:master Jul 24, 2023
5 checks passed
@JasonFengJ9 JasonFengJ9 deleted the npemsg branch July 24, 2023 21:24
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.

JDK8 and JDK11 were able to throw exceptions normally, but JDK17 triggered crash
2 participants