8173825: Adjust the comment for flags UseAES, UseFMA, UseSHA in globals.hpp
authormbaesken
Fri, 03 Feb 2017 12:26:10 +0100
changeset 43935 51c3deea6cdc
parent 43934 85442814afb1
child 43936 093cd5bea2e2
8173825: Adjust the comment for flags UseAES, UseFMA, UseSHA in globals.hpp Reviewed-by: kvn, clanger
hotspot/src/share/vm/runtime/globals.hpp
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri Feb 03 13:00:37 2017 +0000
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Feb 03 12:26:10 2017 +0100
@@ -657,14 +657,13 @@
           range(0, 99)                                                      \
                                                                             \
   product(bool, UseAES, false,                                              \
-          "Control whether AES instructions can be used on x86/x64")        \
+          "Control whether AES instructions are used when available")       \
                                                                             \
   product(bool, UseFMA, false,                                              \
-          "Control whether FMA instructions can be used")                   \
+          "Control whether FMA instructions are used when available")       \
                                                                             \
   product(bool, UseSHA, false,                                              \
-          "Control whether SHA instructions can be used "                   \
-          "on SPARC, on ARM and on x86")                                    \
+          "Control whether SHA instructions are used when available")       \
                                                                             \
   diagnostic(bool, UseGHASHIntrinsics, false,                               \
           "Use intrinsics for GHASH versions of crypto")                    \