8221096: Description of -XX:+PrintFlagsRanges is incorrect
authorhseigel
Thu, 21 Mar 2019 10:47:48 -0400
changeset 54214 0288c6919a20
parent 54213 d8d45286ffa9
child 54215 b00a4187d5ec
8221096: Description of -XX:+PrintFlagsRanges is incorrect Summary: Remove the phrase: and exit VM Reviewed-by: lfoltan
src/hotspot/share/runtime/globals.hpp
--- a/src/hotspot/share/runtime/globals.hpp	Thu Mar 21 01:51:25 2019 -0300
+++ b/src/hotspot/share/runtime/globals.hpp	Thu Mar 21 10:47:48 2019 -0400
@@ -1234,7 +1234,7 @@
           "exit")                                                           \
                                                                             \
   product(bool, PrintFlagsRanges, false,                                    \
-          "Print VM flags and their ranges and exit VM")                    \
+          "Print VM flags and their ranges")                                \
                                                                             \
   diagnostic(bool, SerializeVMOutput, true,                                 \
           "Use a mutex to serialize output to tty and LogFile")             \