-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recompute unsafe ArrayIndexShift vallue in shaded jctools #41251
Recompute unsafe ArrayIndexShift vallue in shaded jctools #41251
Conversation
Removes warning: ``` 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. ```
@zakkak I understand this needs a backport? |
Status for workflow
|
Hmmm, I don't recall what the discussion was about but jctools seems to be shaded for quite long (since 4.1.2 back in 2016) in netty netty/netty@c3abb91 |
Sorry, sounds like I confused some discussions. Ignore me, please. |
Removes warning:
See https://github.com/quarkusio/quarkus/actions/runs/9544560942/job/26304099563#step:16:465
Closes Karm/mandrel-integration-tests#260