Integrated: 8343137: C2: VerifyLoopOptimizations fails with "Was reachable in only one"
Christian Hagedorn
chagedorn at openjdk.org
Tue Oct 29 08:10:17 UTC 2024
On Mon, 28 Oct 2024 12:41:02 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
> [JDK-8342043](https://bugs.openjdk.org/browse/JDK-8342043) introduced a new usage of `igvn.intcon()` but missed to call `set_ctrl()`. This simple patch fixes this.
>
> While working on this, I've noticed that a few Assertion Predicates tests ended up in the `predicates` directory while they would have better been placed into `predicates/assertion`. It's probably not worth to file a separate issue just for that, so I've squeezed this trivial move into this fix. Note that `AssertionPredicateDoesntConstantFold` does not define a package and thus does not need an update to the command line.
>
> Thanks,
> Christian
This pull request has now been integrated.
Changeset: e389f82b
Author: Christian Hagedorn <chagedorn at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e389f82b1b2365a43fef744936b222328d71494b
Stats: 234 lines in 6 files changed: 145 ins; 85 del; 4 mod
8343137: C2: VerifyLoopOptimizations fails with "Was reachable in only one"
Reviewed-by: thartmann, kvn
-------------
PR: https://git.openjdk.org/jdk/pull/21739
More information about the hotspot-compiler-dev
mailing list