RFR: 8316719: C2 compilation still fails with "bad AD file" [v2]

Tobias Hartmann thartmann at openjdk.org
Mon Nov 6 13:17:11 UTC 2023


On Mon, 6 Nov 2023 12:59:41 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:

>> Hi,
>> 
>> As noted by Christian in JBS, checking for loop increment is unreliable. Since we are operating on the `BoolNode`, we can check for the counted loop condition directly.
>> 
>> Please let me know if there is any issue with this approach. Thanks a lot.
>
> Quan Anh Mai has updated the pull request incrementally with one additional commit since the last revision:
> 
>   address reviews

Looks good to me.

-------------

Marked as reviewed by thartmann (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/16509#pullrequestreview-1715146603


More information about the hotspot-compiler-dev mailing list