RFR: 8340532: C2: assert(is_OuterStripMinedLoop()) failed: invalid node class: IfTrue [v2]

Roland Westrelin roland at openjdk.org
Thu Nov 7 16:22:49 UTC 2024


On Thu, 7 Nov 2024 15:02:48 GMT, Christian Hagedorn <chagedorn 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/TestIdenticalDominatingCLE.java
>>   
>>   Co-authored-by: Christian Hagedorn <christian.hagedorn at oracle.com>
>
> test/hotspot/jtreg/compiler/loopstripmining/TestIdenticalDominatingCLE.java line 28:
> 
>> 26:  * @bug 8340532
>> 27:  * @summary C2: assert(is_OuterStripMinedLoop()) failed: invalid node class: IfTrue
>> 28:  *
> 
> Since you use C2 only flags, you should add:
> Suggestion:
> 
>  * @requires vm.compiler2.enabled

Right! Thanks.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21956#discussion_r1832973222


More information about the hotspot-compiler-dev mailing list