mbien opened a new issue, #8259:
URL: https://github.com/apache/netbeans/issues/8259

   ### Body
   
   JDK 26 or later will throw an exception whenever a memory-access method from 
the `Unsafe` class is used ([JEP 498](https://openjdk.org/jeps/498))
   
   nb started in terminal will print the following to console:
   ```
   WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
   WARNING: sun.misc.Unsafe::objectFieldOffset has been called by 
com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper 
(jar:file:/home/mbien/dev/nb/java/maven/lib/guava-33.2.1-jre.jar!/)
   WARNING: Please consider reporting this to the maintainers of class 
com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper
   WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future 
release
   ```
   
   ### Committer
   
   - [x] I acknowledge that I am a maintainer/committer in the Apache NetBeans 
project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to