diff src/share/vm/runtime/globals.hpp @ 685:4e35bfab60a5

Merge
author never
date Thu, 02 Apr 2009 10:49:41 -0700
parents a80d48f6fde1 fbde8ec322d0
children 922aedc96ef5 e5b0439ef4ae
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Apr 02 05:22:02 2009 -0700
+++ b/src/share/vm/runtime/globals.hpp	Thu Apr 02 10:49:41 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")                                         \
                                                                             \
@@ -1316,10 +1322,10 @@
                                                                             \
   product(intx, ParGCArrayScanChunk, 50,                                    \
           "Scan a subset and push remainder, if array is bigger than this") \
+                                                                            \
   product(bool, ParGCTrimOverflow, true,                                    \
           "Eagerly trim the overflow lists (useful for UseCompressedOops")  \
                                                                             \
-                                                                            \
   notproduct(bool, ParGCWorkQueueOverflowALot, false,                       \
           "Whether we should simulate work queue overflow in ParNew")       \
                                                                             \