comparison src/share/vm/runtime/globals.hpp @ 6166:58ad5f22317e

Merge
author sla
date Mon, 18 Jun 2012 11:33:17 +0200
parents 8b0a4867acf0 e9140bf80b4a
children d2a62e0f25eb
comparison
equal deleted inserted replaced
6161:1c280e5b8d31 6166:58ad5f22317e
2657 "If DisplayVMOutput is true, display all VM output to stdout") \ 2657 "If DisplayVMOutput is true, display all VM output to stdout") \
2658 \ 2658 \
2659 product(bool, UseHeavyMonitors, false, \ 2659 product(bool, UseHeavyMonitors, false, \
2660 "use heavyweight instead of lightweight Java monitors") \ 2660 "use heavyweight instead of lightweight Java monitors") \
2661 \ 2661 \
2662 product(bool, PrintStringTableStatistics, false, \
2663 "print statistics about the StringTable and SymbolTable") \
2664 \
2662 notproduct(bool, PrintSymbolTableSizeHistogram, false, \ 2665 notproduct(bool, PrintSymbolTableSizeHistogram, false, \
2663 "print histogram of the symbol table") \ 2666 "print histogram of the symbol table") \
2664 \ 2667 \
2665 notproduct(bool, ExitVMOnVerifyError, false, \ 2668 notproduct(bool, ExitVMOnVerifyError, false, \
2666 "standard exit from VM if bytecode verify error " \ 2669 "standard exit from VM if bytecode verify error " \