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

Marc Chevalier duke at openjdk.org
Mon Mar 24 14:02:26 UTC 2025


> 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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24163/files
  - new: https://git.openjdk.org/jdk/pull/24163/files/17e11d4a..b125df8a

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24163&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24163&range=00-01

  Stats: 37 lines in 2 files changed: 4 ins; 0 del; 33 mod
  Patch: https://git.openjdk.org/jdk/pull/24163.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24163/head:pull/24163

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


More information about the hotspot-compiler-dev mailing list