Integrated: 8361492: [IR Framework] Has too restrictive regex for load and store
Marc Chevalier
mchevalier at openjdk.org
Mon Jul 14 13:39:45 UTC 2025
On Fri, 11 Jul 2025 16:56:16 GMT, Marc Chevalier <mchevalier at openjdk.org> wrote:
> 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
This pull request has now been integrated.
Changeset: ebb10958
Author: Marc Chevalier <mchevalier at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ebb1095805579f8f32a81bb350198fa1b7add9eb
Stats: 253 lines in 2 files changed: 249 ins; 2 del; 2 mod
8361492: [IR Framework] Has too restrictive regex for load and store
Reviewed-by: chagedorn, dfenacci
-------------
PR: https://git.openjdk.org/jdk/pull/26269
More information about the hotspot-compiler-dev
mailing list