< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
*** 321,10 ***
--- 321,13 ---
            "Use intrinsics for AES versions of crypto")                      \
                                                                              \
    diagnostic(bool, UseAESCTRIntrinsics, false,                              \
            "Use intrinsics for the paralleled version of AES/CTR crypto")    \
                                                                              \
+   diagnostic(bool, UseMD5Intrinsics, false,                                 \
+           "Use intrinsics for MD5 crypto hash function")                    \
+                                                                             \
    diagnostic(bool, UseSHA1Intrinsics, false,                                \
            "Use intrinsics for SHA-1 crypto hash function. "                 \
            "Requires that UseSHA is enabled.")                               \
                                                                              \
    diagnostic(bool, UseSHA256Intrinsics, false,                              \
< prev index next >