aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/vm/globals_x86.hpp
diff options
context:
space:
mode:
authorDenis S. Fokin <Denis.Fokin@gmail.com>2015-10-29 13:33:55 +0300
committerDenis S. Fokin <Denis.Fokin@gmail.com>2015-10-29 13:33:55 +0300
commit24a09c463b2d328b6fc90ee555023514efca507c (patch)
tree9323dfc9d767b6af41ec7ed408cc32eb5775b93e /src/cpu/x86/vm/globals_x86.hpp
parent07ad54003f167bf4f38b23fdc8a677a37dc91ea9 (diff)
parentb6bff51db351a645334f3b9097637e0e0a76dbed (diff)
downloadjdk8u_hotspot-24a09c463b2d328b6fc90ee555023514efca507c.tar.gz
Merge with default before merge with jdk8u60
--HG-- branch : 8u40-verified-fixes
Diffstat (limited to 'src/cpu/x86/vm/globals_x86.hpp')
-rw-r--r--src/cpu/x86/vm/globals_x86.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/cpu/x86/vm/globals_x86.hpp b/src/cpu/x86/vm/globals_x86.hpp
index 5b34293ea..1401997b3 100644
--- a/src/cpu/x86/vm/globals_x86.hpp
+++ b/src/cpu/x86/vm/globals_x86.hpp
@@ -176,6 +176,8 @@ define_pd_global(uintx, TypeProfileLevel, 111);
"Use count trailing zeros instruction") \
\
product(bool, UseBMI1Instructions, false, \
- "Use BMI instructions")
-
+ "Use BMI1 instructions") \
+ \
+ product(bool, UseBMI2Instructions, false, \
+ "Use BMI2 instructions")
#endif // CPU_X86_VM_GLOBALS_X86_HPP