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:
Chuck Rasbold 2008-06-03 13:14:44 -07:00
parent 2e672ac9bf
commit d10912d513
2 changed files with 3 additions and 1 deletions

View file

@ -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, \