mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8310299: C2: 8275201 broke constant folding of array store check in some cases
Reviewed-by: thartmann, kvn
This commit is contained in:
parent
b2eae16c45
commit
be64d3ac3c
3 changed files with 64 additions and 1 deletions
|
@ -1193,6 +1193,11 @@ public class IRNode {
|
|||
beforeMatchingNameRegex(SUB_V, "SubV(B|S|I|L|F|D)");
|
||||
}
|
||||
|
||||
public static final String SUBTYPE_CHECK = PREFIX + "SUBTYPE_CHECK" + POSTFIX;
|
||||
static {
|
||||
beforeMatchingNameRegex(SUBTYPE_CHECK, "SubTypeCheck");
|
||||
}
|
||||
|
||||
public static final String TRAP = PREFIX + "TRAP" + POSTFIX;
|
||||
static {
|
||||
trapNodes(TRAP,"reason");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue