src/share/vm/runtime/globals.hpp

changeset 5743
63147986a428
parent 5658
edb5ab0f3fe5
child 5755
0f37d1badced
equal deleted inserted replaced
5686:6f45933aef35 5743:63147986a428
2523 "use heavyweight instead of lightweight Java monitors") \ 2523 "use heavyweight instead of lightweight Java monitors") \
2524 \ 2524 \
2525 product(bool, PrintStringTableStatistics, false, \ 2525 product(bool, PrintStringTableStatistics, false, \
2526 "print statistics about the StringTable and SymbolTable") \ 2526 "print statistics about the StringTable and SymbolTable") \
2527 \ 2527 \
2528 diagnostic(bool, VerifyStringTableAtExit, false, \
2529 "verify StringTable contents at exit") \
2530 \
2528 notproduct(bool, PrintSymbolTableSizeHistogram, false, \ 2531 notproduct(bool, PrintSymbolTableSizeHistogram, false, \
2529 "print histogram of the symbol table") \ 2532 "print histogram of the symbol table") \
2530 \ 2533 \
2531 notproduct(bool, ExitVMOnVerifyError, false, \ 2534 notproduct(bool, ExitVMOnVerifyError, false, \
2532 "standard exit from VM if bytecode verify error " \ 2535 "standard exit from VM if bytecode verify error " \

mercurial