RFR: 8357816: Add test from JDK-8350576 [v2]
Benoît Maillard
duke at openjdk.org
Fri Jun 13 08:36:15 UTC 2025
On Fri, 13 Jun 2025 02:00:30 GMT, SendaoYan <syan at openjdk.org> wrote:
>> Benoît Maillard has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8357816: Add additional run without flags
>
> test/hotspot/jtreg/compiler/loopopts/LoopReductionHasControlOrBadInput.java line 29:
>
>> 27: * @summary Optimization bails out and hits an assert:
>> 28: * assert(false) failed: reduction has ctrl or bad vector_input
>> 29: * @run main/othervm -XX:CompileCommand=compileonly,compiler.loopopts.LoopReductionHasControlOrBadInput::* -Xbatch -XX:-TieredCompilation compiler.loopopts.LoopReductionHasControlOrBadInput
>
> Should we split this long line to two lines.
Done, thanks!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25774#discussion_r2144493563
More information about the hotspot-compiler-dev
mailing list