Skip to content

Commit 1163cc6

Browse files
Quan Anh MaiTobiHartmann
Quan Anh Mai
authored andcommitted
8354408: [lworld] compiler/types/TestSubTypeCheckUniqueSubclass.java IR mismatches post jdk-25+16 merge
Reviewed-by: chagedorn, thartmann
1 parent 9ad7789 commit 1163cc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/hotspot/jtreg/ProblemList.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ compiler/ciReplay/TestInliningProtectionDomain.java 8349191 generic-all
8282
compiler/ciReplay/TestIncrementalInlining.java 8349191 generic-all
8383

8484
compiler/startup/StartupOutput.java 8354404 generic-all
85-
compiler/types/TestSubTypeCheckUniqueSubclass.java 8354408 generic-all
8685
compiler/valhalla/inlinetypes/TestAllocationMergeAndFolding.java 8354283 generic-all
8786

8887
#############################################################################

test/hotspot/jtreg/compiler/lib/ir_framework/IRNode.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1970,7 +1970,8 @@ public class IRNode {
19701970

19711971
public static final String SUBTYPE_CHECK = PREFIX + "SUBTYPE_CHECK" + POSTFIX;
19721972
static {
1973-
macroNodes(SUBTYPE_CHECK, "SubTypeCheck");
1973+
String regex = START + "SubTypeCheck" + MID + END;
1974+
macroNodes(SUBTYPE_CHECK, regex);
19741975
}
19751976

19761977
public static final String TRAP = PREFIX + "TRAP" + POSTFIX;

0 commit comments

Comments
 (0)