RFR: 8315088: C2: assert(wq.size() - before == EMPTY_LOOP_SIZE) failed: expect the EMPTY_LOOP_SIZE nodes of this body if empty [v2]

Roland Westrelin roland at openjdk.org
Mon Sep 4 15:25:25 UTC 2023


On Fri, 1 Sep 2023 20:28:50 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update test/hotspot/jtreg/compiler/loopstripmining/TestBrokenEmptyLoopLogic.java
>>   
>>   Co-authored-by: Andrey Turbanov <turbanoff at gmail.com>
>
> test/hotspot/jtreg/compiler/loopstripmining/TestBrokenEmptyLoopLogic.java line 46:
> 
>> 44:                 i12 = 1;
>> 45:                 do {
>> 46:                 }  while (++i12 < 3);
> 
> Suggestion:
> 
>                 } while (++i12 < 3);

thanks for the suggestion

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15520#discussion_r1315057830


More information about the hotspot-compiler-dev mailing list