-
-
Notifications
You must be signed in to change notification settings - Fork 648
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
When will Unsafe be removed? #962
Comments
Its only a duplicate if java.lang.foreign does hit all of the requirements needed to remove unsafe |
LWJGL 3 supports Java 8 and that won't change before a new major version. Thus, just the release of the new FFI in Java 22 is not enough to replace Sure, |
I'm closing this for now because it has already been answered. Rest assured that this is on our radar and will be addressed (and announced) in time. |
Question
I've been digging in to OpenAL and noticed some usages of
sun.misc.Unsafe
+ arequires jdk.unsupported
in the module-info.Given that
Unsafe
will be removed at some point, what are the current plans for moving away from it? Are there particular upcoming APIs (like the foreign memory api?MultiReleaseMemCopy
is where i found one of the usages.) that are being waited on?The text was updated successfully, but these errors were encountered: