hotspot/src/cpu/x86/vm/globals_x86.hpp
changeset 35102 c5f050e1f982
parent 33628 09241459a8b8
child 35135 dd2ce9021031
equal deleted inserted replaced
35101:ac824485668b 35102:c5f050e1f982
   173                                                                             \
   173                                                                             \
   174   experimental(bool, UseRTMXendForLockBusy, true,                           \
   174   experimental(bool, UseRTMXendForLockBusy, true,                           \
   175           "Use RTM Xend instead of Xabort when lock busy")                  \
   175           "Use RTM Xend instead of Xabort when lock busy")                  \
   176                                                                             \
   176                                                                             \
   177   /* assembler */                                                           \
   177   /* assembler */                                                           \
   178   product(bool, Use486InstrsOnly, false,                                    \
       
   179           "Use 80486 Compliant instruction subset")                         \
       
   180                                                                             \
       
   181   product(bool, UseCountLeadingZerosInstruction, false,                     \
   178   product(bool, UseCountLeadingZerosInstruction, false,                     \
   182           "Use count leading zeros instruction")                            \
   179           "Use count leading zeros instruction")                            \
   183                                                                             \
   180                                                                             \
   184   product(bool, UseCountTrailingZerosInstruction, false,                    \
   181   product(bool, UseCountTrailingZerosInstruction, false,                    \
   185           "Use count trailing zeros instruction")                           \
   182           "Use count trailing zeros instruction")                           \