hotspot/src/share/vm/runtime/globals.hpp
changeset 41323 ddd5600d4762
parent 40883 765d366c28e1
child 41330 8b2580e63aa0
equal deleted inserted replaced
41321:463ff7705f2f 41323:ddd5600d4762
   657           range(0, 99)                                                      \
   657           range(0, 99)                                                      \
   658                                                                             \
   658                                                                             \
   659   product(bool, UseAES, false,                                              \
   659   product(bool, UseAES, false,                                              \
   660           "Control whether AES instructions can be used on x86/x64")        \
   660           "Control whether AES instructions can be used on x86/x64")        \
   661                                                                             \
   661                                                                             \
       
   662   product(bool, UseFMA, false,                                              \
       
   663           "Control whether FMA instructions can be used")                   \
       
   664                                                                             \
   662   product(bool, UseSHA, false,                                              \
   665   product(bool, UseSHA, false,                                              \
   663           "Control whether SHA instructions can be used "                   \
   666           "Control whether SHA instructions can be used "                   \
   664           "on SPARC, on ARM and on x86")                                    \
   667           "on SPARC, on ARM and on x86")                                    \
   665                                                                             \
   668                                                                             \
   666   diagnostic(bool, UseGHASHIntrinsics, false,                               \
   669   diagnostic(bool, UseGHASHIntrinsics, false,                               \