-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Milestone
Description
I get the follow on the console with Java 23:
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::getLong has been called by com.kenai.jffi.UnsafeMemoryIO$UnsafeMemoryIO64 (file:.../jffi.jar)
WARNING: Please consider reporting this to the maintainers of class com.kenai.jffi.UnsafeMemoryIO$UnsafeMemoryIO64
WARNING: sun.misc.Unsafe::getLong will be removed in a future release
If I look into the source of Unsafe you should use the class VarHandle which exists since Java 9.
Metadata
Metadata
Assignees
Labels
No labels