hotspot/src/share/vm/runtime/globals.hpp
changeset 6967 c5ebdcf8372e
parent 6965 4ef36b2a6a3a
child 6968 5d1eaf2fd05f
equal deleted inserted replaced
6966:e55126fda154 6967:c5ebdcf8372e
   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 "          \