RFR: 8261812: C2 compilation fails with assert(!had_error) failed: bad dominance [v2]
Roland Westrelin
roland at openjdk.java.net
Fri Mar 5 08:13:07 UTC 2021
On Wed, 3 Mar 2021 14:23:45 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Vladimir's review
>
> src/hotspot/share/opto/compile.cpp line 4811:
>
>> 4809: } else {
>> 4810: assert(bt == T_SHORT, "unexpected narrow type");
>> 4811: result = phase->transform( new LShiftINode(value, phase->intcon(16)) );
>
> There's some excess whitespacing.
fixed. Thanks for the review.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2774
More information about the hotspot-compiler-dev
mailing list