You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: