hotspot/src/share/vm/runtime/globals.hpp
changeset 765 e0692d3d8863
parent 618 9641c2c8f977
child 971 f0b20be4165d
child 781 e1baa9c8f16f
child 1383 3a216aa862b7
equal deleted inserted replaced
763:f041494a64d5 765:e0692d3d8863
   944           "Enable/disable lazy opening of boot class path entries")         \
   944           "Enable/disable lazy opening of boot class path entries")         \
   945                                                                             \
   945                                                                             \
   946   diagnostic(bool, UseIncDec, true,                                         \
   946   diagnostic(bool, UseIncDec, true,                                         \
   947           "Use INC, DEC instructions on x86")                               \
   947           "Use INC, DEC instructions on x86")                               \
   948                                                                             \
   948                                                                             \
       
   949   product(bool, UseNewLongLShift, false,                                    \
       
   950           "Use optimized bitwise shift left")                               \
       
   951                                                                             \
   949   product(bool, UseStoreImmI16, true,                                       \
   952   product(bool, UseStoreImmI16, true,                                       \
   950           "Use store immediate 16-bits value instruction on x86")           \
   953           "Use store immediate 16-bits value instruction on x86")           \
   951                                                                             \
   954                                                                             \
   952   product(bool, UseAddressNop, false,                                       \
   955   product(bool, UseAddressNop, false,                                       \
   953           "Use '0F 1F [addr]' NOP instructions on x86 cpus")                \
   956           "Use '0F 1F [addr]' NOP instructions on x86 cpus")                \