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

Fix build issue with OpenJDK 17.0.2-dev #3841

Merged

Conversation

jerboaa
Copy link
Collaborator

@jerboaa jerboaa commented Sep 27, 2021

JDK-8271862 got backported to OpenJDK 17.0.2 (current jdk17u
development tree). This patch accounts for those changes which
introduce a new method: Reference.refersToImpl(T obj). Update
Reference substitutions accordingly.

Closes #3837

JDK-8271862 got backported to OpenJDK 17.0.2 (current jdk17u
development tree). This patch accounts for those changes which
introduce a new method: Reference.refersToImpl(T obj). Update
Reference substitutions accordingly.

Closes oracle#3837
@jerboaa jerboaa force-pushed the fix_substitution_jdk17_issue_3837 branch from e42a7ec to 7992567 Compare October 5, 2021 09:03
@graalvmbot graalvmbot merged commit e10a470 into oracle:master Oct 8, 2021
@christianwimmer christianwimmer added this to the 22.0 milestone Oct 8, 2021
@jerboaa
Copy link
Collaborator Author

jerboaa commented Oct 8, 2021

Thanks for getting this merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[JDK17] Native image build fail, Unsupported method java.lang.ref.Reference.refersToImpl(Object) is reachable
5 participants