[jdk17] Integrated: 8269575: C2: assert(false) failed: graph should be schedulable after JDK-8252372
Roland Westrelin
roland at openjdk.java.net
Tue Jul 6 07:07:53 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.
This pull request has now been integrated.
Changeset: df1364b5
Author: Roland Westrelin <roland at openjdk.org>
URL: https://git.openjdk.java.net/jdk17/commit/df1364b50870e05bbaa994a96bf86b6d284c334f
Stats: 88 lines in 2 files changed: 75 ins; 0 del; 13 mod
8269575: C2: assert(false) failed: graph should be schedulable after JDK-8252372
Reviewed-by: kvn, thartmann
-------------
PR: https://git.openjdk.java.net/jdk17/pull/214
More information about the hotspot-compiler-dev
mailing list