File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compiler/lib/ir_framework Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ compiler/ciReplay/TestInliningProtectionDomain.java 8349191 generic-all
82
82
compiler/ciReplay/TestIncrementalInlining.java 8349191 generic-all
83
83
84
84
compiler/startup/StartupOutput.java 8354404 generic-all
85
- compiler/types/TestSubTypeCheckUniqueSubclass.java 8354408 generic-all
86
85
compiler/valhalla/inlinetypes/TestAllocationMergeAndFolding.java 8354283 generic-all
87
86
88
87
#############################################################################
Original file line number Diff line number Diff line change @@ -1970,7 +1970,8 @@ public class IRNode {
1970
1970
1971
1971
public static final String SUBTYPE_CHECK = PREFIX + "SUBTYPE_CHECK" + POSTFIX ;
1972
1972
static {
1973
- macroNodes (SUBTYPE_CHECK , "SubTypeCheck" );
1973
+ String regex = START + "SubTypeCheck" + MID + END ;
1974
+ macroNodes (SUBTYPE_CHECK , regex );
1974
1975
}
1975
1976
1976
1977
public static final String TRAP = PREFIX + "TRAP" + POSTFIX ;
You can’t perform that action at this time.
0 commit comments