RFR: 8308660: C2 compilation hits 'node must be dead' assert [v2]

Roland Westrelin roland at openjdk.org
Mon Mar 18 16:47:31 UTC 2024


On Sat, 16 Mar 2024 09:39:33 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fix test
>
> test/hotspot/jtreg/compiler/c2/TestFoldIfRemovesTopNode.java line 64:
> 
>> 62:         if (flag) {
>> 63:             k = new int[k].length;
>> 64:             int  j = k + 3;
> 
> Suggestion:
> 
>             int j = k + 3;

Thanks. Will fix this before pushing.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18305#discussion_r1528908458


More information about the hotspot-compiler-dev mailing list