comparison 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
comparison
equal deleted inserted replaced
1869:7491c8b96111 1870:c77b5c592eab
813 "Collect and print info on spacing of profiler ticks") \ 813 "Collect and print info on spacing of profiler ticks") \
814 \ 814 \
815 develop(bool, PrintJVMWarnings, false, \ 815 develop(bool, PrintJVMWarnings, false, \
816 "Prints warnings for unimplemented JVM functions") \ 816 "Prints warnings for unimplemented JVM functions") \
817 \ 817 \
818 product(bool, PrintWarnings, true, \
819 "Prints JVM warnings to output stream") \
820 \
818 notproduct(uintx, WarnOnStalledSpinLock, 0, \ 821 notproduct(uintx, WarnOnStalledSpinLock, 0, \
819 "Prints warnings for stalled SpinLocks") \ 822 "Prints warnings for stalled SpinLocks") \
820 \ 823 \
821 develop(bool, InitializeJavaLangSystem, true, \ 824 develop(bool, InitializeJavaLangSystem, true, \
822 "Initialize java.lang.System - turn off for individual " \ 825 "Initialize java.lang.System - turn off for individual " \