Runtime warning with Java25 (original) (raw)

ArcadeDB Server v26.3.1-SNAPSHOT (build 7c92d6f3e5cb7676bfd1ff4639a948d51af56c8c/1771573435692/main)

Running on Mac OS X 15.7.3 - OpenJDK 64-Bit Server VM 25.0.2 (Homebrew)

Starting the server, a warning appears when on top of OpenJDK25:

WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by org.jboss.threads.JBossExecutors (file:package/target/arcadedb-26.3.1-SNAPSHOT.dir/arcadedb-26.3.1-SNAPSHOT/lib/jboss-threads-3.7.0.Final.jar)
WARNING: Please consider reporting this to the maintainers of class org.jboss.threads.JBossExecutors
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release

Since the upcoming Ubuntu LTS will have OpenJDK25 as default, this would be timely.

These may be related: #1934 #2554