comparison src/share/vm/opto/c2_globals.hpp @ 7957:0d26ce8e9251

Merge
author acorn
date Mon, 28 Jan 2013 10:34:07 -0500
parents b30b3c2a0cf2
children 8b3da8d14c93
comparison
equal deleted inserted replaced
7956:16fb9f942703 7957:0d26ce8e9251
514 "special version of string equals") \ 514 "special version of string equals") \
515 \ 515 \
516 develop(bool, SpecialArraysEquals, true, \ 516 develop(bool, SpecialArraysEquals, true, \
517 "special version of Arrays.equals(char[],char[])") \ 517 "special version of Arrays.equals(char[],char[])") \
518 \ 518 \
519 product(bool, SpecialEncodeISOArray, true, \
520 "special version of ISO_8859_1$Encoder.encodeISOArray") \
521 \
519 develop(bool, BailoutToInterpreterForThrows, false, \ 522 develop(bool, BailoutToInterpreterForThrows, false, \
520 "Compiled methods which throws/catches exceptions will be " \ 523 "Compiled methods which throws/catches exceptions will be " \
521 "deopt and intp.") \ 524 "deopt and intp.") \
522 \ 525 \
523 develop(bool, ConvertCmpD2CmpF, true, \ 526 develop(bool, ConvertCmpD2CmpF, true, \