comparison src/share/vm/runtime/globals.hpp @ 174:510f98a80563

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
author rasbold
date Tue, 03 Jun 2008 13:14:44 -0700
parents 9148c65abefc
children 6d13fcb3663f 6aae2f9d0294
comparison
equal deleted inserted replaced
169:9148c65abefc 174:510f98a80563
458 "special version of string compareTo") \ 458 "special version of string compareTo") \
459 \ 459 \
460 develop(bool, SpecialStringIndexOf, true, \ 460 develop(bool, SpecialStringIndexOf, true, \
461 "special version of string indexOf") \ 461 "special version of string indexOf") \
462 \ 462 \
463 product(bool, SpecialArraysEquals, true, \ 463 product(bool, SpecialArraysEquals, false, \
464 "special version of Arrays.equals(char[],char[])") \ 464 "special version of Arrays.equals(char[],char[])") \
465 \ 465 \
466 develop(bool, TraceCallFixup, false, \ 466 develop(bool, TraceCallFixup, false, \
467 "traces all call fixups") \ 467 "traces all call fixups") \
468 \ 468 \