diff src/share/vm/runtime/globals.hpp @ 406:67e8b4d06369

Merge
author never
date Tue, 21 Oct 2008 11:21:45 -0700
parents cc68c8e9b309 2649e5276dd7
children a45484ea312d 122d10c82f3f
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Oct 17 15:18:02 2008 -0700
+++ b/src/share/vm/runtime/globals.hpp	Tue Oct 21 11:21:45 2008 -0700
@@ -997,6 +997,12 @@
   product(bool, UseXmmI2F, false,                                           \
           "Use SSE2 CVTDQ2PS instruction to convert Integer to Float")      \
                                                                             \
+  product(bool, UseXMMForArrayCopy, false,                                  \
+          "Use SSE2 MOVQ instruction for Arraycopy")                        \
+                                                                            \
+  product(bool, UseUnalignedLoadStores, false,                              \
+          "Use SSE2 MOVDQU instruction for Arraycopy")                      \
+                                                                            \
   product(intx, FieldsAllocationStyle, 1,                                   \
           "0 - type based with oops first, 1 - with oops last")             \
                                                                             \
@@ -2555,7 +2561,7 @@
   develop(intx, MaxRecursiveInlineLevel, 1,                                 \
           "maximum number of nested recursive calls that are inlined")      \
                                                                             \
-  develop(intx, InlineSmallCode, 1000,                                      \
+  product(intx, InlineSmallCode, 1000,                                      \
           "Only inline already compiled methods if their code size is "     \
           "less than this")                                                 \
                                                                             \