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

MethodHandleNatives.resolve() should work with a field at offset 0 #21191

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JasonFengJ9
Copy link
Member

@JasonFengJ9 JasonFengJ9 commented Feb 26, 2025

MethodHandleNatives.resolve() should work with a field at offset 0

A field at offset has target 0, the check (0 != target) is invalid;
Added a test.

closes #21180

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

A field at offset has target 0, the check (0 != target) is invalid;
Added a test.

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

jenkins test sanity alinux64 jdk17

@hangshao0
Copy link
Contributor

jenkins test sanity zlinux jdk11

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.

no such field: java.lang.String.value/[B/getField for String value lookup
2 participants