Skip to content

NPE extended message handle long/double array parameters - #17849

Merged
gacholio merged 1 commit into
eclipse-openj9:masterfrom
JasonFengJ9:npemsg
Jul 24, 2023
Merged

NPE extended message handle long/double array parameters#17849
gacholio merged 1 commit into
eclipse-openj9:masterfrom
JasonFengJ9:npemsg

Conversation

@JasonFengJ9

Copy link
Copy Markdown
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
Copy Markdown
Contributor

jenkins test sanity zlinux jdk17

@gacholio
gacholio merged commit 63a90ea into eclipse-openj9:master Jul 24, 2023
@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