diff 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
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Fri Jan 25 15:06:18 2013 -0500
+++ b/src/share/vm/opto/c2_globals.hpp	Mon Jan 28 10:34:07 2013 -0500
@@ -516,6 +516,9 @@
   develop(bool, SpecialArraysEquals, true,                                  \
           "special version of Arrays.equals(char[],char[])")                \
                                                                             \
+  product(bool, SpecialEncodeISOArray, true,                                \
+          "special version of ISO_8859_1$Encoder.encodeISOArray")           \
+                                                                            \
   develop(bool, BailoutToInterpreterForThrows, false,                       \
           "Compiled methods which throws/catches exceptions will be "       \
           "deopt and intp.")                                                \