You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.apache.ignite.internal.util.GridUnsafe uses deprecated sun.misc.Unsafe offest methods which throw UnsupportedOperationExceptions for Java Records
#11853
Open
wwwjames opened this issue
Feb 5, 2025
· 1 comment
org.apache.ignite.internal.util.GridUnsafe.objectFieldOffset(Field) and staticFieldOffset(Field) will throw an UnsupportedOperationException for records since they use the matching (and deprecated since Java 18) methods from jdk.unsupported:sun.misc.Unsafe.
The text was updated successfully, but these errors were encountered:
org.apache.ignite.internal.util.GridUnsafe.objectFieldOffset(Field)
andstaticFieldOffset(Field)
will throw anUnsupportedOperationException
for records since they use the matching (and deprecated since Java 18) methods fromjdk.unsupported:sun.misc.Unsafe
.The text was updated successfully, but these errors were encountered: