--- old/src/share/vm/runtime/globals.hpp 2015-06-11 10:35:43.983478929 -0700 +++ new/src/share/vm/runtime/globals.hpp 2015-06-11 10:35:43.911477803 -0700 @@ -641,6 +641,9 @@ 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, \ "Large page size (0 to let VM choose the page size)") \ \