hotspot/src/share/vm/runtime/globals.hpp
changeset 35154 a9b3c1984a01
parent 35135 dd2ce9021031
child 35232 76aed99c0ddd
equal deleted inserted replaced
35153:0341260cd1f2 35154:a9b3c1984a01
   834           "SSE4.2 versions of intrinsics")                                  \
   834           "SSE4.2 versions of intrinsics")                                  \
   835                                                                             \
   835                                                                             \
   836   product(bool, UseAESIntrinsics, false,                                    \
   836   product(bool, UseAESIntrinsics, false,                                    \
   837           "Use intrinsics for AES versions of crypto")                      \
   837           "Use intrinsics for AES versions of crypto")                      \
   838                                                                             \
   838                                                                             \
       
   839   product(bool, UseAESCTRIntrinsics, false,                                 \
       
   840           "Use intrinsics for the paralleled version of AES/CTR crypto")    \
       
   841                                                                             \
   839   product(bool, UseSHA1Intrinsics, false,                                   \
   842   product(bool, UseSHA1Intrinsics, false,                                   \
   840           "Use intrinsics for SHA-1 crypto hash function. "                 \
   843           "Use intrinsics for SHA-1 crypto hash function. "                 \
   841           "Requires that UseSHA is enabled.")                               \
   844           "Requires that UseSHA is enabled.")                               \
   842                                                                             \
   845                                                                             \
   843   product(bool, UseSHA256Intrinsics, false,                                 \
   846   product(bool, UseSHA256Intrinsics, false,                                 \