mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6709972: runThese failed with assert(false,"bad AD file")
Guard AryEqNode construction with has_match_rule() test, set SpecialArraysEquals default off Reviewed-by: kvn, never
This commit is contained in:
parent
2e672ac9bf
commit
d10912d513
2 changed files with 3 additions and 1 deletions
|
@ -460,7 +460,7 @@ class CommandLineFlags {
|
|||
develop(bool, SpecialStringIndexOf, true, \
|
||||
"special version of string indexOf") \
|
||||
\
|
||||
product(bool, SpecialArraysEquals, true, \
|
||||
product(bool, SpecialArraysEquals, false, \
|
||||
"special version of Arrays.equals(char[],char[])") \
|
||||
\
|
||||
develop(bool, TraceCallFixup, false, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue