diff src/share/vm/runtime/globals.hpp @ 1870:c77b5c592eab

6392697: Additional flag needed to supress Hotspot warning messages Summary: Apply PrintJvmWarnings flag to all warnings Reviewed-by: coleenp, phh
author kamg
date Tue, 12 Oct 2010 10:57:33 -0400
parents 3dc12ef8735e
children 75b0735b4d04
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Oct 07 15:14:41 2010 -0400
+++ b/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")                          \
                                                                             \