hotspot/src/share/vm/runtime/globals.hpp
changeset 2348 4e71ed4c2709
parent 2342 9a1260c3679d
child 2352 00450e8ad728
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Mar 31 10:02:01 2009 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue Mar 31 14:07:08 2009 -0700
@@ -491,9 +491,15 @@
   develop(bool, SpecialStringIndexOf, true,                                 \
           "special version of string indexOf")                              \
                                                                             \
-  product(bool, SpecialArraysEquals, false,                                 \
+  develop(bool, SpecialStringEquals, true,                                  \
+          "special version of string equals")                               \
+                                                                            \
+  develop(bool, SpecialArraysEquals, true,                                  \
           "special version of Arrays.equals(char[],char[])")                \
                                                                             \
+  product(bool, UseSSE42Intrinsics, false,                                  \
+          "SSE4.2 versions of intrinsics")                                  \
+                                                                            \
   develop(bool, TraceCallFixup, false,                                      \
           "traces all call fixups")                                         \
                                                                             \