-
Notifications
You must be signed in to change notification settings - Fork 740
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
Verification check for invokeinterface receiver #19938
Conversation
b3ca5e3
to
3c94a47
Compare
fyi @ChengJin01 after this change the output from TestInterface in #19756 is:
|
@theresa-m. The output is the expected result that matches the RI's behavior. Please double-check all related test suites (internal & open) to ensure no other issue is introduced with the updated code. |
Arrays should be rejected as a receiver for invokeinterface unless it is being assigned to Serializeable or Cloneable. Signed-off-by: Theresa Mammarella <[email protected]>
3c94a47
to
9a15c73
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
jenkins test sanity alinux64 jdk17 |
Rework fix for #19756 to address invokeinterface array receiver type and internal test suites.
0.47: #19946