[jdk17] RFR: 8269575: C2: assert(false) failed: graph should be schedulable after JDK-8252372 [v2]
Tobias Hartmann
thartmann at openjdk.java.net
Tue Jul 6 07:02:27 UTC 2021
On Tue, 6 Jul 2021 06:59:46 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.
>
> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
>
> test 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