src/share/vm/opto/c2_globals.hpp

changeset 4479
b30b3c2a0cf2
parent 4409
d092d1b31229
child 4589
8b3da8d14c93
     1.1 --- a/src/share/vm/opto/c2_globals.hpp	Tue Jan 22 11:31:25 2013 -0800
     1.2 +++ b/src/share/vm/opto/c2_globals.hpp	Tue Jan 22 15:34:16 2013 -0800
     1.3 @@ -516,6 +516,9 @@
     1.4    develop(bool, SpecialArraysEquals, true,                                  \
     1.5            "special version of Arrays.equals(char[],char[])")                \
     1.6                                                                              \
     1.7 +  product(bool, SpecialEncodeISOArray, true,                                \
     1.8 +          "special version of ISO_8859_1$Encoder.encodeISOArray")           \
     1.9 +                                                                            \
    1.10    develop(bool, BailoutToInterpreterForThrows, false,                       \
    1.11            "Compiled methods which throws/catches exceptions will be "       \
    1.12            "deopt and intp.")                                                \

mercurial