hotspot/src/share/vm/runtime/globals.hpp
changeset 13087 673ea6efaf18
parent 12781 dd6480eea079
child 13091 e2c2f5de7e6a
equal deleted inserted replaced
12943:5ebbcf0cb20f 13087:673ea6efaf18
  2660          "If DisplayVMOutput is true, display all VM output to stdout")     \
  2660          "If DisplayVMOutput is true, display all VM output to stdout")     \
  2661                                                                             \
  2661                                                                             \
  2662   product(bool, UseHeavyMonitors, false,                                    \
  2662   product(bool, UseHeavyMonitors, false,                                    \
  2663           "use heavyweight instead of lightweight Java monitors")           \
  2663           "use heavyweight instead of lightweight Java monitors")           \
  2664                                                                             \
  2664                                                                             \
       
  2665   product(bool, PrintStringTableStatistics, false,                          \
       
  2666           "print statistics about the StringTable and SymbolTable")         \
       
  2667                                                                             \
  2665   notproduct(bool, PrintSymbolTableSizeHistogram, false,                    \
  2668   notproduct(bool, PrintSymbolTableSizeHistogram, false,                    \
  2666           "print histogram of the symbol table")                            \
  2669           "print histogram of the symbol table")                            \
  2667                                                                             \
  2670                                                                             \
  2668   notproduct(bool, ExitVMOnVerifyError, false,                              \
  2671   notproduct(bool, ExitVMOnVerifyError, false,                              \
  2669           "standard exit from VM if bytecode verify error "                 \
  2672           "standard exit from VM if bytecode verify error "                 \