hotspot/src/share/vm/runtime/globals.hpp
changeset 2034 ca0ff0c51e3b
parent 2010 c13462bbad17
parent 2028 04fa713b25f9
child 2141 e9a644aaff87
child 2105 347008ce7984
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Feb 10 18:39:09 2009 +0300
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue Feb 17 14:30:24 2009 -0800
@@ -2194,6 +2194,9 @@
   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")          \
                                                                             \