| Other |
|---|
| jfx23Unresolved |
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
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.
|