6788376: allow to ignore unrecognized VM options

Add new product flag -XX:+IgnoreUnrecognizedVMOptions

Reviewed-by: ysr, xlu
This commit is contained in:
Vladimir Kozlov 2009-02-05 13:38:52 -08:00
parent 67f20d82c9
commit 72b75d1adf
3 changed files with 25 additions and 5 deletions

View file

@ -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") \
\