hotspot/src/share/vm/opto/c2_globals.hpp
changeset 15242 695bb216be99
parent 15113 823590505eb4
child 15618 3eb521896836
equal deleted inserted replaced
15241:87d217c2d183 15242:695bb216be99
   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,                                     \