fastjson2 icon indicating copy to clipboard operation
fastjson2 copied to clipboard

[BUG] WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release

Open dan-ryan opened this issue 8 months ago • 0 comments

Running Openjdk 24, these warnings appear in the console.

WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by com.alibaba.fastjson2.util.JDKUtils (file:/server/spatial/SpeciesSpatialService.jar)
WARNING: Please consider reporting this to the maintainers of class com.alibaba.fastjson2.util.JDKUtils
WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release

Info about it: https://openjdk.org/jeps/471

dan-ryan avatar May 15 '25 03:05 dan-ryan