RFR: 8286177: C2: "failed: non-reduction loop contains reduction nodes" assert failure
Roberto Castañeda Lozano
rcastanedalo at openjdk.java.net
Fri May 20 13:23:55 UTC 2022
On Fri, 20 May 2022 12:42:52 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
> That looks reasonable to go with this lower-risk fix for JDK 19 since the assertion warns about a problem that has been around for quite some time. It makes sense to revisit this again later and propose a full fix in JDK 20 to avoid similar problems with wrongly marked reduction nodes in the future.
Thanks for the review, Christian! I just filed a [RFE](https://bugs.openjdk.java.net/browse/JDK-8287087) for this.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8805
More information about the hotspot-compiler-dev
mailing list