Remove sun.misc.Unsafe memory access API usage #8259
Labels
Code cleanup
Java
[ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form)
Upgrade JDK
Upgrade to the JDK requirements of a module.
JDK 26 or later will throw an exception whenever a memory-access method from the
Unsafe
class is used (JEP 498). JDK 24 will log warnings to console.nb 25 started on JDK 24 in terminal will print the following to console:
(but there might be more usages, guava might have it fixed in the next release google/guava#6806 (comment))
The text was updated successfully, but these errors were encountered: