diff src/share/vm/runtime/globals.hpp @ 564:323728917cf4

6788376: allow to ignore unrecognized VM options Summary: Add new product flag -XX:+IgnoreUnrecognizedVMOptions Reviewed-by: ysr, xlu
author kvn
date Thu, 05 Feb 2009 13:38:52 -0800
parents ffe19141e312
children dca06e7f503d
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Feb 04 23:17:38 2009 -0800
+++ b/src/share/vm/runtime/globals.hpp	Thu Feb 05 13:38:52 2009 -0800
@@ -2167,6 +2167,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")          \
                                                                             \