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

Remove Traces$SharedSecretsCallSiteSupplierFactory from the native-image configuration #3339

Merged
merged 1 commit into from Feb 3, 2023

Conversation

violetagg
Copy link
Member

Traces$SharedSecretsCallSiteSupplierFactory is targeting JDK 8, it uses sun.misc.SharedSecrets which is unavailable on Java 9+

Current GraalVM v22.3.1 provides Java 11/17/19-based GraalVM https://www.graalvm.org/release-notes/22_3/

Fixes #3334

…age configuration

Traces$SharedSecretsCallSiteSupplierFactory is targeting JDK 8,
it uses sun.misc.SharedSecrets which is unavailable on Java 9+

Current GraalVM 22.3.1 provides Java 11/17/19-based GraalVM
https://www.graalvm.org/release-notes/22_3/

Fixes #3334
@violetagg
Copy link
Member Author

@chemicL Thanks for the review!

@violetagg violetagg merged commit 89202c4 into main Feb 3, 2023
@violetagg violetagg deleted the issue-3334 branch February 3, 2023 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Native Image UnresolvedElementException sun.misc.SharedSecrets since version 3.5.2
2 participants