RFR: 8260650: test failed with "assert(false) failed: infinite loop in PhaseIterGVN::optimize" [v2]
Tobias Hartmann
thartmann at openjdk.java.net
Tue Mar 16 15:39:09 UTC 2021
On Tue, 16 Mar 2021 15:25:16 GMT, Igor Veresov <iveresov at openjdk.org> wrote:
>> src/hotspot/share/opto/phaseX.cpp line 857:
>>
>>> 855: i = apply_ideal(k, /*can_reshape=*/false);
>>> 856: }
>>> 857: NOT_PRODUCT(if(loop_count != 0) { set_progress(); })
>>
>> Newline after `if` is missing.
>
> You mean space? I put the space in.
Yes. Thanks!
-------------
PR: https://git.openjdk.java.net/jdk/pull/3022
More information about the hotspot-compiler-dev
mailing list