RFR: 8352595: Regression of JDK-8314999 in IR matching [v2]

Marc Chevalier duke at openjdk.org
Mon Mar 24 14:08:13 UTC 2025


On Mon, 24 Mar 2025 14:02:26 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.
>
> Marc Chevalier has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - wip
>  - wip

Yes, I indeed misunderstood which tests were specifically for ALLOC, and which were about OptoAssembly, and ALLOC is just a mean. The new diff makes more sense, indeed.

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

PR Comment: https://git.openjdk.org/jdk/pull/24163#issuecomment-2748247271


More information about the hotspot-compiler-dev mailing list