RFR: 8290850: C2: create_new_if_for_predicate() does not clone pinned phi input nodes resulting in a broken graph

Christian Hagedorn chagedorn at openjdk.org
Tue Dec 6 10:08:47 UTC 2022


On Tue, 6 Dec 2022 09:06:46 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> Great job in finding tests for (most of) theses cases! The fix looks reasonable to me.

Thanks Tobias for your review!

> Since this is a regression from [JDK-8252372](https://bugs.openjdk.org/browse/JDK-8252372), the bug should have affects version 17, right?

That's right. I've updated the bug (the attached test also fails with JDK 17+35).

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

PR: https://git.openjdk.org/jdk/pull/11452


More information about the hotspot-compiler-dev mailing list