[jdk17] RFR: 8269575: C2: assert(false) failed: graph should be schedulable after JDK-8252372

Tobias Hartmann thartmann at openjdk.java.net
Tue Jul 6 05:49: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 to me too - although the test could use some cleanup :)

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

Marked as reviewed by thartmann (Reviewer).

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


More information about the hotspot-compiler-dev mailing list