serializer icon indicating copy to clipboard operation
serializer copied to clipboard

JEP 456: Preparing for the Removal of Unsafe Memory-Access Methods

Open fh-ms opened this issue 1 year ago • 0 comments

This is a long-term reminder to replace some Unsafe methods we are using.

These eventually have to be replaced with their official substitutes. The Unsafe methods will be removed in Java 26 at the earliest.

Detailed information can be found here:

  • https://openjdk.org/jeps/471
  • https://www.infoq.com/news/2024/06/jep-456-removing-unsafe-methods/

fh-ms avatar Jul 29 '24 11:07 fh-ms