src/share/vm/runtime/globals.hpp
Print this page
rev 158 : 6709972: runThese failed with assert(false,"bad AD file")
Summary: guard AryEqNode construction with has_match_rule() test, set SpecialArraysEquals default off
Reviewed-by: kvn, never
*** 458,468 ****
"special version of string compareTo") \
\
develop(bool, SpecialStringIndexOf, true, \
"special version of string indexOf") \
\
! product(bool, SpecialArraysEquals, true, \
"special version of Arrays.equals(char[],char[])") \
\
develop(bool, TraceCallFixup, false, \
"traces all call fixups") \
\
--- 458,468 ----
"special version of string compareTo") \
\
develop(bool, SpecialStringIndexOf, true, \
"special version of string indexOf") \
\
! product(bool, SpecialArraysEquals, false, \
"special version of Arrays.equals(char[],char[])") \
\
develop(bool, TraceCallFixup, false, \
"traces all call fixups") \
\