RFR: 8282208: Reduce MachNode size [v2]
Nils Eliasson
neliasso at openjdk.java.net
Wed Feb 23 08:55:29 UTC 2022
On Wed, 23 Feb 2022 08:06:38 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> Nils Eliasson has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Update copyright year
>> - Fix typo
>
> src/hotspot/share/opto/node.hpp line 790:
>
>> 788: Flag_for_post_loop_opts_igvn = 1 << 16,
>> 789: Flag_is_removed_by_peephole = 1 << 17,
>> 790: _last_flag = Flag_for_post_loop_opts_igvn
>
> Suggestion:
>
> Flag_is_removed_by_peephole = 1 << 17,
> _last_flag = Flag_is_removed_by_peephole
Good catch! Thanks!
-------------
PR: https://git.openjdk.java.net/jdk/pull/7562
More information about the hotspot-compiler-dev
mailing list