mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8221096: Description of -XX:+PrintFlagsRanges is incorrect
Remove the phrase: and exit VM Reviewed-by: lfoltan
This commit is contained in:
parent
0814229ebc
commit
d8d4311d54
1 changed files with 1 additions and 1 deletions
|
@ -1234,7 +1234,7 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
"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") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue