src/share/vm/runtime/globals.hpp

changeset 1005
dca06e7f503d
parent 981
05c6d52fa7a9
parent 999
323728917cf4
child 1014
0fbdb4381b99
child 1050
c6c601a0f2d6
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Feb 10 18:39:09 2009 +0300
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue Feb 17 14:30:24 2009 -0800
     1.3 @@ -2194,6 +2194,9 @@
     1.4    product(bool, PrintVMOptions, trueInDebug,                                \
     1.5           "print VM flag settings")                                          \
     1.6                                                                              \
     1.7 +  product(bool, IgnoreUnrecognizedVMOptions, false,                         \
     1.8 +         "Ignore unrecognized VM options")                                  \
     1.9 +                                                                            \
    1.10    diagnostic(bool, SerializeVMOutput, true,                                 \
    1.11           "Use a mutex to serialize output to tty and hotspot.log")          \
    1.12                                                                              \

mercurial