src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8130120 Cdiff src/share/vm/runtime/globals.hpp

src/share/vm/runtime/globals.hpp

Print this page

        

*** 726,736 **** \ product(bool, UseAES, false, \ "Control whether AES instructions can be used on x86/x64") \ \ product(bool, UseSHA, false, \ ! "Control whether SHA instructions can be used on SPARC") \ \ product(bool, UseGHASHIntrinsics, false, \ "Use intrinsics for GHASH versions of crypto") \ \ product(size_t, LargePageSizeInBytes, 0, \ --- 726,737 ---- \ product(bool, UseAES, false, \ "Control whether AES instructions can be used on x86/x64") \ \ product(bool, UseSHA, false, \ ! "Control whether SHA instructions can be used " \ ! "on SPARC and on ARM") \ \ product(bool, UseGHASHIntrinsics, false, \ "Use intrinsics for GHASH versions of crypto") \ \ product(size_t, LargePageSizeInBytes, 0, \
*** 835,851 **** \ product(bool, UseAESIntrinsics, false, \ "Use intrinsics for AES versions of crypto") \ \ product(bool, UseSHA1Intrinsics, false, \ ! "Use intrinsics for SHA-1 crypto hash function") \ \ product(bool, UseSHA256Intrinsics, false, \ ! "Use intrinsics for SHA-224 and SHA-256 crypto hash functions") \ \ product(bool, UseSHA512Intrinsics, false, \ ! "Use intrinsics for SHA-384 and SHA-512 crypto hash functions") \ \ product(bool, UseCRC32Intrinsics, false, \ "use intrinsics for java.util.zip.CRC32") \ \ product(bool, UseCRC32CIntrinsics, false, \ --- 836,855 ---- \ product(bool, UseAESIntrinsics, false, \ "Use intrinsics for AES versions of crypto") \ \ product(bool, UseSHA1Intrinsics, false, \ ! "Use intrinsics for SHA-1 crypto hash function. " \ ! "Requires that UseSHA is enabled.") \ \ product(bool, UseSHA256Intrinsics, false, \ ! "Use intrinsics for SHA-224 and SHA-256 crypto hash functions. " \ ! "Requires that UseSHA is enabled.") \ \ product(bool, UseSHA512Intrinsics, false, \ ! "Use intrinsics for SHA-384 and SHA-512 crypto hash functions. " \ ! "Requires that UseSHA is enabled.") \ \ product(bool, UseCRC32Intrinsics, false, \ "use intrinsics for java.util.zip.CRC32") \ \ product(bool, UseCRC32CIntrinsics, false, \
src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File