RFR: 8361492: [IR Framework] Has too restrictive regex for load and store [v3]
Marc Chevalier
mchevalier at openjdk.org
Mon Jul 14 10:30:55 UTC 2025
> Improving store and load regexes + adding test. It's mostly an improve version of a fix I had to do in Valhalla where it was blocking (part of JDK-8361250, blocking JDK-8357785).
>
> The new regex takes into account that classes can implement interfaces, nested classes, and various labels after the `@`. It should be more robust.
>
> Thanks,
> Marc
Marc Chevalier has updated the pull request incrementally with one additional commit since the last revision:
ocamlCase
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/26269/files
- new: https://git.openjdk.org/jdk/pull/26269/files/3dc823cb..c281fbea
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=26269&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=26269&range=01-02
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/26269.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/26269/head:pull/26269
PR: https://git.openjdk.org/jdk/pull/26269
More information about the hotspot-compiler-dev
mailing list