Placeholder for the next phase of deprecating methods in sun.misc.Unsafe. Code using Unsafe for atomics can use VarHandle. Code using Unsafe for off-heap access should be looking at the FFM API.
- relates to
-
JDK-8315938 Deprecate for removal Unsafe methods that have standard APIs for many releases
- Resolved
-
JDK-8316160 Remove sun.misc.Unsafe.{shouldBeInitialized,ensureClassInitialized}
- Resolved