comparison src/share/vm/runtime/globals.hpp @ 12326:1c3486050433

Merge
author adlertz
date Fri, 27 Sep 2013 15:43:03 -0700
parents 510fbd28919c a07c25e4f67e
children cefad50507d8 c90e76575b03 d13d7aba8c12
comparison
equal deleted inserted replaced
12324:510fbd28919c 12326:1c3486050433
2565 "use heavyweight instead of lightweight Java monitors") \ 2565 "use heavyweight instead of lightweight Java monitors") \
2566 \ 2566 \
2567 product(bool, PrintStringTableStatistics, false, \ 2567 product(bool, PrintStringTableStatistics, false, \
2568 "print statistics about the StringTable and SymbolTable") \ 2568 "print statistics about the StringTable and SymbolTable") \
2569 \ 2569 \
2570 diagnostic(bool, VerifyStringTableAtExit, false, \
2571 "verify StringTable contents at exit") \
2572 \
2570 notproduct(bool, PrintSymbolTableSizeHistogram, false, \ 2573 notproduct(bool, PrintSymbolTableSizeHistogram, false, \
2571 "print histogram of the symbol table") \ 2574 "print histogram of the symbol table") \
2572 \ 2575 \
2573 notproduct(bool, ExitVMOnVerifyError, false, \ 2576 notproduct(bool, ExitVMOnVerifyError, false, \
2574 "standard exit from VM if bytecode verify error " \ 2577 "standard exit from VM if bytecode verify error " \