eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
166 stars 130 forks source link

[23] JEP 471: Deprecate the Memory-Access Methods in sun.misc.Unsafe for Removal #2473

Closed mpalat closed 3 months ago

mpalat commented 5 months ago

ref: https://openjdk.org/jeps/471

Summary Deprecate the memory-access methods in sun.misc.Unsafe for removal in a future release. These unsupported methods have been superseded by standard APIs, namely the VarHandle API (JEP 193, JDK 9) and the Foreign Function & Memory API (JEP 454, JDK 22). We strongly encourage library developers to migrate from sun.misc.Unsafe to supported replacements, so that applications can migrate smoothly to modern JDK releases.

mpalat commented 5 months ago

@subyssurendran666 - please take a look

subyssurendran666 commented 5 months ago

Sure @mpalat. Could you please assign this ticket to me?

mpalat commented 3 months ago

Investigated. Nothing to be done