ignite icon indicating copy to clipboard operation
ignite copied to clipboard

org.apache.ignite.internal.util.GridUnsafe uses deprecated sun.misc.Unsafe offest methods which throw UnsupportedOperationExceptions for Java Records

Open wwwjames opened this issue 10 months ago • 1 comments

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.

wwwjames avatar Feb 05 '25 19:02 wwwjames

Tested with Java21.

wwwjames avatar Feb 05 '25 19:02 wwwjames