comparison src/share/vm/runtime/globals.hpp @ 6162:e9140bf80b4a

7158800: Improve storage of symbol tables Summary: Use an alternate version of hashing algorithm for symbol string tables and after a certain bucket size to improve performance Reviewed-by: pbk, kamg, dlong, kvn, fparain
author coleenp
date Wed, 13 Jun 2012 19:52:59 -0400
parents bbc900c2482a
children 58ad5f22317e
comparison
equal deleted inserted replaced
6129:4d399f013e5a 6162:e9140bf80b4a
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 " \