Class UnsafeMemoryAccessDeprecationNotes
java.lang.Object
net.jrodolfo.java_evolution.java23.UnsafeMemoryAccessDeprecationNotes
Explains the Java 23 deprecation of memory-access methods in
sun.misc.Unsafe.
sun.misc.Unsafe gave libraries access to unsupported low-level memory
operations. Those calls are fragile because they depend on JDK internals.
Java 23 continued the migration pressure toward supported APIs that have
clearer compatibility contracts.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpurpose()Explains the migration goal.Names the supported direction for replacement APIs.
-
Constructor Details
-
UnsafeMemoryAccessDeprecationNotes
public UnsafeMemoryAccessDeprecationNotes()
-
-
Method Details
-
purpose
-
replacementDirection
Names the supported direction for replacement APIs.- Returns:
- a short recommendation
-