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

Unsafe deprecated since Java 23 #38

Open
TilmanNeumann opened this issue Jan 24, 2025 · 0 comments
Open

Unsafe deprecated since Java 23 #38

TilmanNeumann opened this issue Jan 24, 2025 · 0 comments

Comments

@TilmanNeumann
Copy link
Owner

Most methods of sun.misc.Unsafe have been marked as deprecated in Java 23. It is supposed to replace them with the "Foreign Function & Memory API", see https://openjdk.org/jeps/454.

We need to check if there is a performance-equivalent replacement for the current usage of Unsafe in PSIQS-variants.

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

No branches or pull requests

1 participant