hotspot/src/cpu/aarch64/vm/globals_aarch64.hpp
changeset 36564 9442bb67de26
parent 36562 4d1e93624d6a
child 38037 31c22b526d30
--- a/hotspot/src/cpu/aarch64/vm/globals_aarch64.hpp	Sat Feb 20 15:11:42 2016 +0000
+++ b/hotspot/src/cpu/aarch64/vm/globals_aarch64.hpp	Sat Feb 20 15:15:35 2016 +0000
@@ -109,6 +109,7 @@
 
 // Don't attempt to use Neon on builtin sim until builtin sim supports it
 #define UseCRC32 false
+#define UseSIMDForMemoryOps    false
 
 #else
 #define UseBuiltinSim           false
@@ -126,6 +127,8 @@
           "Use Neon for CRC32 computation")                             \
   product(bool, UseCRC32, false,                                        \
           "Use CRC32 instructions for CRC32 computation")               \
+  product(bool, UseSIMDForMemoryOps, false,                             \
+          "Use SIMD instructions in generated memory move code")        \
   product(bool, UseLSE, false,                                          \
           "Use LSE instructions")                                       \
   product(bool, TraceTraps, false, "Trace all traps the signal handler")