hotspot/src/share/vm/runtime/globals.hpp
changeset 6967 c5ebdcf8372e
parent 6965 4ef36b2a6a3a
child 6968 5d1eaf2fd05f
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Oct 07 15:14:41 2010 -0400
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue Oct 12 10:57:33 2010 -0400
@@ -815,6 +815,9 @@
   develop(bool, PrintJVMWarnings, false,                                    \
           "Prints warnings for unimplemented JVM functions")                \
                                                                             \
+  product(bool, PrintWarnings, true,                                        \
+          "Prints JVM warnings to output stream")                           \
+                                                                            \
   notproduct(uintx, WarnOnStalledSpinLock, 0,                               \
           "Prints warnings for stalled SpinLocks")                          \
                                                                             \