Skip to content
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

Merged
merged 1 commit into from
Jun 17, 2024

Commits on Jun 17, 2024

  1. Recompute unsafe ArrayIndexShift vallue in shaded jctools

    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 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    91ddb6d View commit details
    Browse the repository at this point in the history