[jdk17u-dev] RFR: 8309266: C2: assert(final_con == (jlong)final_int) failed: final value should be integer [v2]
Goetz Lindenmaier
goetz at openjdk.org
Wed Jul 12 09:14:52 UTC 2023
On Wed, 12 Jul 2023 08:52:41 GMT, Roland Westrelin <roland at openjdk.org> wrote:
>> Goetz Lindenmaier has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix whitespace issue
>
> src/hotspot/share/opto/node.hpp line 577:
>
>> 575: Node* n1 = in(i1);
>> 576: Node* n2 = in(i2);
>> 577: _in[i1] = n2; _in[i2] = n1;
>
> Where does that change come from?
A type-o. Thanks for catching this. Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk17u-dev/pull/1570#discussion_r1260862725
More information about the jdk-updates-dev
mailing list