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
Warning: RecomputeFieldValue.ArrayIndexScale automatic substitution failed. The automatic substitution registration was attempted because a call to jdk.internal.misc.Unsafe.arrayIndexScale(Class) was detected in the static initializer of com.lmax.disruptor.RingBufferFields. Detailed failure reason(s): Could not determine the field where the value produced by the call to jdk.internal.misc.Unsafe.arrayIndexScale(Class) for the array index scale computation is stored. The call is not directly followed by a field store or by a sign extend node followed directly by a field store.
Likely due to usage of sun.misc.Unsafe from static initializers within com.lmax.disruptor.RingBufferFields.
The text was updated successfully, but these errors were encountered:
Likely due to usage of
sun.misc.Unsafe
from static initializers withincom.lmax.disruptor.RingBufferFields
.The text was updated successfully, but these errors were encountered: