src/share/vm/runtime/globals.hpp

changeset 2225
c77b5c592eab
parent 2223
3dc12ef8735e
child 2226
75b0735b4d04
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Oct 07 15:14:41 2010 -0400
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue Oct 12 10:57:33 2010 -0400
     1.3 @@ -815,6 +815,9 @@
     1.4    develop(bool, PrintJVMWarnings, false,                                    \
     1.5            "Prints warnings for unimplemented JVM functions")                \
     1.6                                                                              \
     1.7 +  product(bool, PrintWarnings, true,                                        \
     1.8 +          "Prints JVM warnings to output stream")                           \
     1.9 +                                                                            \
    1.10    notproduct(uintx, WarnOnStalledSpinLock, 0,                               \
    1.11            "Prints warnings for stalled SpinLocks")                          \
    1.12                                                                              \

mercurial