Integrated: 8352595: Regression of JDK-8314999 in IR matching

Marc Chevalier duke at openjdk.org
Tue Mar 25 07:31:20 UTC 2025


On Fri, 21 Mar 2025 15:41:23 GMT, Marc Chevalier <duke at openjdk.org> wrote:

> A lot of tests for the IR framework used `ALLOC` and friends as a check that would run on the Opto assembly by default, but can also run earlier, but that's no longer the case.
> 
> There were two kinds of tests to fix: the ones rather about `ALLOC`, where the used or expected compile phases have to change, and the tests where `ALLOC` were just a check that would run on opto assembly. For this, I tried to keep the spirit of the test using other regexes made for this stage.

This pull request has now been integrated.

Changeset: c94bc742
Author:    Marc Chevalier <marc.chevalier at oracle.com>
Committer: Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c94bc7427ce86dce9613d3a201eef7f3828447b0
Stats:     89 lines in 3 files changed: 20 ins; 2 del; 67 mod

8352595: Regression of JDK-8314999 in IR matching

Reviewed-by: chagedorn, thartmann

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

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


More information about the hotspot-compiler-dev mailing list