RFR: 8283187: C2: loop candidate for superword not always unrolled fully if superword fails [v2]

Roland Westrelin roland at openjdk.java.net
Wed Mar 23 14:00:44 UTC 2022


On Wed, 23 Mar 2022 07:42:59 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> This fixes the issue:
> 
> ```
> - * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI compiler.c2.irTests.TestSuperwordFailsUnrolling
> + * @run main/othervm -Xbootclasspath/a:. -DSkipWhiteBoxInstall=true -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI compiler.c2.irTests.TestSuperwordFailsUnrolling
> ```

New commit has this change

-------------

PR: https://git.openjdk.java.net/jdk/pull/7822


More information about the hotspot-compiler-dev mailing list