[lworld] RFR: 8354408: [lworld] compiler/types/TestSubTypeCheckUniqueSubclass.java IR mismatches post jdk-25+16 merge
Quan Anh Mai
qamai at openjdk.org
Thu May 1 05:15:35 UTC 2025
Hi,
The issue here is that `IRNode::macroNodes` takes a full line regex, not only the node name part like `IRNode::beforeMatchingNameRegex`. As a result, we should compute the full regex for `SUBTYPE_CHECK`.
Please kindly review, thanks a lot.
-------------
Commit messages:
- Fix IRNode.SUBTYPE_CHECK
Changes: https://git.openjdk.org/valhalla/pull/1448/files
Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=1448&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8354408
Stats: 3 lines in 2 files changed: 1 ins; 1 del; 1 mod
Patch: https://git.openjdk.org/valhalla/pull/1448.diff
Fetch: git fetch https://git.openjdk.org/valhalla.git pull/1448/head:pull/1448
PR: https://git.openjdk.org/valhalla/pull/1448
More information about the valhalla-dev
mailing list