RFR: 8296412: Special case infinite loops with unmerged backedges in IdealLoopTree::check_safepts [v2]
Emanuel Peter
epeter at openjdk.org
Fri Dec 16 12:21:45 UTC 2022
On Fri, 16 Dec 2022 11:28:26 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Christian's review suggestion
>
> src/hotspot/share/opto/loopnode.cpp line 3645:
>
>> 3643: break;
>> 3644: }
>> 3645: n = nlpt->_head;
>
> Just a small detail, I would move this above the new `if` such that you can use `n` in the check.
👍
-------------
PR: https://git.openjdk.org/jdk/pull/11706
More information about the hotspot-compiler-dev
mailing list