RFR: JDK-8277382 make c1 BlockMerger use IR::verify only when necessary [v2]
Ludvig Janiuk
duke at openjdk.java.net
Wed Nov 24 12:52:36 UTC 2021
On Mon, 22 Nov 2021 14:22:22 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> Ludvig Janiuk has updated the pull request incrementally with one additional commit since the last revision:
>>
>> indentation error fixed
>
> src/hotspot/share/c1/c1_Optimizer.cpp line 374:
>
>> 372: assert(sux_value == end_state->local_at(index), "locals not equal");
>> 373: }
>> 374: assert(sux_state->caller_state() == end_state->caller_state(), "caller not equal");
>
> The indentation is wrong.
done
-------------
PR: https://git.openjdk.java.net/jdk/pull/6456
More information about the hotspot-compiler-dev
mailing list