RFR: 8283451: C2: assert(_base == Long) failed: Not a Long [v2]

Roland Westrelin roland at openjdk.java.net
Tue Mar 22 14:05:27 UTC 2022


On Tue, 22 Mar 2022 12:20:12 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> Looks good.

Thanks for reviewing this.

> test/hotspot/jtreg/compiler/c2/TestModDivTopInput.java line 29:
> 
>> 27:  * @summary C2: assert(_base == Long) failed: Not a Long
>> 28:  * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+StressLCM -XX:+StressGCM -XX:+StressCCP -XX:+StressIGVN
>> 29:  *                   -Xcomp -XX:CompileOnly=TestModDivTopInput -XX:-TieredCompilation -XX:StressSeed=87628618 TestModDivTopInput
> 
> Please add another run without a fixed seed.

Done.

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

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


More information about the hotspot-compiler-dev mailing list