WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::objectFieldOffset has been called by com.jogamp.common.util.UnsafeUtil$1 (file:/usr/local/projects/JogAmp/gluegen/build-macosx/gluegen-rt.jar) WARNING: Please consider reporting this to the maintainers of class com.jogamp.common.util.UnsafeUtil$1 WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release +++ Usage of this field was introduced in commit 303a6701c2b643d5579a5b88a101a53ccba9f90c for Bug 1523. This also implies removing `addressFieldOffset` and hence `getDirectBufferAddress` method, as it uses the `objectFieldOffset` method to fetch the field. Users shall simply use `Buffers.getDirectBufferAddress(niobuffer);`
resolved as described