src/share/vm/runtime/globals.hpp

changeset 4208
588f08ed16cf
parent 4181
e52361627b65
parent 4205
a3ecd773a7b9
child 4233
cae17c597196
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Oct 26 08:38:22 2012 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Oct 26 12:06:55 2012 -0700
     1.3 @@ -533,6 +533,9 @@
     1.4    product(intx, UseSSE, 99,                                                 \
     1.5            "Highest supported SSE instructions set on x86/x64")              \
     1.6                                                                              \
     1.7 +  product(bool, UseAES, false,                                               \
     1.8 +          "Control whether AES instructions can be used on x86/x64")        \
     1.9 +                                                                            \
    1.10    product(uintx, LargePageSizeInBytes, 0,                                   \
    1.11            "Large page size (0 to let VM choose the page size")              \
    1.12                                                                              \
    1.13 @@ -635,6 +638,9 @@
    1.14    product(bool, UseSSE42Intrinsics, false,                                  \
    1.15            "SSE4.2 versions of intrinsics")                                  \
    1.16                                                                              \
    1.17 +  product(bool, UseAESIntrinsics, false,                                    \
    1.18 +          "use intrinsics for AES versions of crypto")                      \
    1.19 +                                                                            \
    1.20    develop(bool, TraceCallFixup, false,                                      \
    1.21            "traces all call fixups")                                         \
    1.22                                                                              \

mercurial