hotspot/src/cpu/aarch64/vm/globals_aarch64.hpp
changeset 36562 4d1e93624d6a
parent 36554 a7eb9ee4680c
child 36564 9442bb67de26
--- a/hotspot/src/cpu/aarch64/vm/globals_aarch64.hpp	Mon Mar 07 15:03:48 2016 -0800
+++ b/hotspot/src/cpu/aarch64/vm/globals_aarch64.hpp	Tue Mar 08 14:39:50 2016 +0000
@@ -103,6 +103,9 @@
                                                                         \
   product(bool, UseCRC32, false,                                        \
           "Use CRC32 instructions for CRC32 computation")               \
+                                                                        \
+  product(bool, UseLSE, false,                                          \
+          "Use LSE instructions")                                       \
 
 // Don't attempt to use Neon on builtin sim until builtin sim supports it
 #define UseCRC32 false
@@ -123,6 +126,8 @@
           "Use Neon for CRC32 computation")                             \
   product(bool, UseCRC32, false,                                        \
           "Use CRC32 instructions for CRC32 computation")               \
+  product(bool, UseLSE, false,                                          \
+          "Use LSE instructions")                                       \
   product(bool, TraceTraps, false, "Trace all traps the signal handler")
 
 #endif