RFR: 8307683: Loop Predication should not hoist range checks with trap on success projection by negating their condition [v4]

Christian Hagedorn chagedorn at openjdk.org
Fri Sep 8 12:31:57 UTC 2023


On Thu, 7 Sep 2023 08:19:02 GMT, KarlHakanNordgren <duke at openjdk.org> wrote:

>> OpenJDK 11.0.20 in July will have [JDK-8297951](https://bugs.openjdk.org/browse/JDK-8297951) backed out. We'll revisit the situation for OpenJDK 11.0.21 (October) where the actual fix (i.e. this bug) will likely get in. See https://bugs.openjdk.org/browse/JDK-8309119
>
> @jerboaa && @chhagedorn : I'm not familiar with the term "backed out". Does "OpenJDK 11.0.20 in July will have [JDK-8297951](https://bugs.openjdk.org/browse/JDK-8297951) backed out." mean that JDK-8297951 has been reverted?

Hi @KarlHakanNordgren, yes, in OpenJDK 11.0.20, JDK-8297951 is backed out/reverted (see [JDK-8309121](https://bugs.openjdk.org/browse/JDK-8309121)).

There is a REDO task ([JDK-8309119](https://bugs.openjdk.org/browse/JDK-8309119)) which has not (yet?) made it into OpenJDK 11.0.21 but only in OpenJDK 17.0.9.

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

PR Comment: https://git.openjdk.org/jdk/pull/14156#issuecomment-1711593846


More information about the hotspot-compiler-dev mailing list