src/share/vm/runtime/globals.hpp

changeset 9788
44ef77ad417c
parent 9600
a253fe293726
child 9806
758c07667682
child 9834
bb1da64b0492
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Jul 31 14:28:51 2019 -0400
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Jun 17 17:48:25 2015 -0700
     1.3 @@ -602,6 +602,9 @@
     1.4    product(bool, UseSHA, false,                                              \
     1.5            "Control whether SHA instructions can be used on SPARC")          \
     1.6                                                                              \
     1.7 +  product(bool, UseGHASHIntrinsics, false,                                  \
     1.8 +          "Use intrinsics for GHASH versions of crypto")                    \
     1.9 +                                                                            \
    1.10    product(uintx, LargePageSizeInBytes, 0,                                   \
    1.11            "Large page size (0 to let VM choose the page size)")             \
    1.12                                                                              \

mercurial