The sun.misc.Unsafe access memory methods have been deprecated for removal by JEP 471 as of JDK 23.
We need to add `@SuppressWarnings("removal")` annotations to all MarlinFX classes that use sun.misc.Unsafe.
Longer term we need to replace our usage of these methods. See JDK-8334137.
We need to add `@SuppressWarnings("removal")` annotations to all MarlinFX classes that use sun.misc.Unsafe.
Longer term we need to replace our usage of these methods. See JDK-8334137.
- relates to
-
JDK-8327255 javac lint warnings: removal, missing-explicit-ctor
- Resolved
-
JDK-8334137 Marlin: replace terminally deprecated sun.misc.Unsafe memory access methods
- Open
-
JDK-8331670 Deprecate the Memory-Access Methods in sun.misc.Unsafe for Removal
- Resolved