RFR: 8255936: "parsing found no loops but there are some" assertion failure with Shenandoah [v2]
Roland Westrelin
roland at openjdk.java.net
Thu Nov 12 15:38:07 UTC 2020
On Thu, 12 Nov 2020 14:55:43 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> Roland Westrelin has updated the pull request with a new target base due to a merge or a rebase.
>
> src/hotspot/share/opto/loopnode.cpp line 4575:
>
>> 4573: _igvn.rehash_node_delayed(x);
>> 4574: int nb = x->replace_edge(m, if_t);
>> 4575: assert(nb > 0, "use should have been updated");
>
> Indentation is wrong.
Updated. Thanks for the review.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1073
More information about the shenandoah-dev
mailing list