8221096: Description of -XX:+PrintFlagsRanges is incorrect

Remove the phrase: and exit VM

Reviewed-by: lfoltan
This commit is contained in:
Harold Seigel 2019-03-21 10:47:48 -04:00
parent 0814229ebc
commit d8d4311d54

View file

@ -1234,7 +1234,7 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
"exit") \ "exit") \
\ \
product(bool, PrintFlagsRanges, false, \ product(bool, PrintFlagsRanges, false, \
"Print VM flags and their ranges and exit VM") \ "Print VM flags and their ranges") \
\ \
diagnostic(bool, SerializeVMOutput, true, \ diagnostic(bool, SerializeVMOutput, true, \
"Use a mutex to serialize output to tty and LogFile") \ "Use a mutex to serialize output to tty and LogFile") \