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
With recent mandrel-integration test runs we see these warnings for Mandrel for JDK 22 and Mandrel for JDK 21 and quarkus main:
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 io.netty.util.internal.shaded.org.jctools.util.UnsafeLongArrayAccess. 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.
This seems concerning and needs to get investigated.
The text was updated successfully, but these errors were encountered:
With recent mandrel-integration test runs we see these warnings for Mandrel for JDK 22 and Mandrel for JDK 21 and quarkus main:
This seems concerning and needs to get investigated.
The text was updated successfully, but these errors were encountered: