comparison 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
comparison
equal deleted inserted replaced
14647:8f483e200405 14704:b51e29501f30
134 product(bool, Use486InstrsOnly, false, \ 134 product(bool, Use486InstrsOnly, false, \
135 "Use 80486 Compliant instruction subset") \ 135 "Use 80486 Compliant instruction subset") \
136 \ 136 \
137 product(bool, UseCountLeadingZerosInstruction, false, \ 137 product(bool, UseCountLeadingZerosInstruction, false, \
138 "Use count leading zeros instruction") \ 138 "Use count leading zeros instruction") \
139 \
140 product(bool, UseCountTrailingZerosInstruction, false, \
141 "Use count trailing zeros instruction") \
142 \
143 product(bool, UseBMI1Instructions, false, \
144 "Use BMI instructions")
139 145
140 #endif // CPU_X86_VM_GLOBALS_X86_HPP 146 #endif // CPU_X86_VM_GLOBALS_X86_HPP