[jdk17] RFR: 8269575: C2: assert(false) failed: graph should be schedulable after JDK-8252372
Vladimir Kozlov
kvn at openjdk.java.net
Mon Jul 5 23:51:48 UTC 2021
On Mon, 5 Jul 2021 14:43:12 GMT, Roland Westrelin <roland at openjdk.org> wrote:
> 8252372 moved processing of Phis by anti-dependence analysis in the:
>
> for (uint i = 0; i < worklist.size() && LCA != early; i++) {
>
> loop by accident. The intent is to process all Phis last.
Looks good.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.java.net/jdk17/pull/214
More information about the hotspot-compiler-dev
mailing list