src/hotspot/cpu/x86/globals_x86.hpp
changeset 50534 a6a44177f99c
parent 49027 8dc742d9bbab
child 51570 943cf1675b59
--- a/src/hotspot/cpu/x86/globals_x86.hpp	Mon Jun 11 14:06:50 2018 -0700
+++ b/src/hotspot/cpu/x86/globals_x86.hpp	Tue Jun 12 21:29:47 2018 -0700
@@ -150,6 +150,9 @@
   product(bool, UseUnalignedLoadStores, false,                              \
           "Use SSE2 MOVDQU instruction for Arraycopy")                      \
                                                                             \
+  product(bool, UseXMMForObjInit, false,                                    \
+          "Use XMM/YMM MOVDQU instruction for Object Initialization")       \
+                                                                            \
   product(bool, UseFastStosb, false,                                        \
           "Use fast-string operation for zeroing: rep stosb")               \
                                                                             \