diff -r fe3d7c11b4b7 -r dca06e7f503d src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Tue Feb 10 18:39:09 2009 +0300 +++ b/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") \ \