diff src/share/vm/runtime/globals.hpp @ 6935:ec204374e626

Merge
author kamg
date Fri, 02 Nov 2012 16:09:50 -0700
parents 4735d2c84362 cae17c597196
children e522a00b91aa bd7a7ce2e264 e4f764ddb06a
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Oct 11 12:25:42 2012 -0400
+++ b/src/share/vm/runtime/globals.hpp	Fri Nov 02 16:09:50 2012 -0700
@@ -533,6 +533,9 @@
   product(intx, UseSSE, 99,                                                 \
           "Highest supported SSE instructions set on x86/x64")              \
                                                                             \
+  product(bool, UseAES, false,                                               \
+          "Control whether AES instructions can be used on x86/x64")        \
+                                                                            \
   product(uintx, LargePageSizeInBytes, 0,                                   \
           "Large page size (0 to let VM choose the page size")              \
                                                                             \
@@ -635,6 +638,9 @@
   product(bool, UseSSE42Intrinsics, false,                                  \
           "SSE4.2 versions of intrinsics")                                  \
                                                                             \
+  product(bool, UseAESIntrinsics, false,                                    \
+          "use intrinsics for AES versions of crypto")                      \
+                                                                            \
   develop(bool, TraceCallFixup, false,                                      \
           "traces all call fixups")                                         \
                                                                             \