diff src/cpu/x86/vm/globals_x86.hpp @ 14704:b51e29501f30

Merged with jdk9/dev/hotspot changeset 9486a41de3b7
author twisti
date Tue, 18 Mar 2014 20:19:10 -0700
parents d8041d695d19 9e9af3aa4278
children 92aa6797d639
line wrap: on
line diff
--- a/src/cpu/x86/vm/globals_x86.hpp	Thu Mar 20 22:30:26 2014 +0100
+++ b/src/cpu/x86/vm/globals_x86.hpp	Tue Mar 18 20:19:10 2014 -0700
@@ -136,5 +136,11 @@
                                                                             \
   product(bool, UseCountLeadingZerosInstruction, false,                     \
           "Use count leading zeros instruction")                            \
+                                                                            \
+  product(bool, UseCountTrailingZerosInstruction, false,                    \
+          "Use count trailing zeros instruction")                           \
+                                                                            \
+  product(bool, UseBMI1Instructions, false,                                 \
+          "Use BMI instructions")
 
 #endif // CPU_X86_VM_GLOBALS_X86_HPP