[jdk17] RFR: 8269088: C2 fails with assert(!n->is_Store() && !n->is_LoadStore()) failed: no node with a side effect [v2]

Roland Westrelin roland at openjdk.java.net
Tue Jun 29 14:10:56 UTC 2021


On Mon, 28 Jun 2021 15:19:59 GMT, Nils Eliasson <neliasso at openjdk.org> wrote:

>> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   comment
>
> src/hotspot/share/opto/loopopts.cpp line 953:
> 
>> 951: #endif
>> 952:             lca = place_outside_loop(lca, n_loop);
>> 953:             assert(!n_loop->is_member(get_loop(lca)), "control must not be back in of loop");
> 
> assert comment needs adjusting

Thanks for the review. Fixed.

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

PR: https://git.openjdk.java.net/jdk17/pull/133


More information about the hotspot-compiler-dev mailing list