< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

*** 723,733 **** 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, \ --- 723,733 ---- 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, on ARM and on x86") \ \ product(bool, UseGHASHIntrinsics, false, \ "Use intrinsics for GHASH versions of crypto") \ \ product(size_t, LargePageSizeInBytes, 0, \
< prev index next >