mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6788376: allow to ignore unrecognized VM options
Add new product flag -XX:+IgnoreUnrecognizedVMOptions Reviewed-by: ysr, xlu
This commit is contained in:
parent
67f20d82c9
commit
72b75d1adf
3 changed files with 25 additions and 5 deletions
|
@ -2167,6 +2167,9 @@ class CommandLineFlags {
|
|||
product(bool, PrintVMOptions, trueInDebug, \
|
||||
"print VM flag settings") \
|
||||
\
|
||||
product(bool, IgnoreUnrecognizedVMOptions, false, \
|
||||
"Ignore unrecognized VM options") \
|
||||
\
|
||||
diagnostic(bool, SerializeVMOutput, true, \
|
||||
"Use a mutex to serialize output to tty and hotspot.log") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue