comparison src/share/vm/runtime/globals.hpp @ 12287:0f37d1badced

Merge
author dcubed
date Fri, 20 Sep 2013 12:58:35 -0700
parents da051ce490eb 63147986a428
children a07c25e4f67e b4d8a3d4db73
comparison
equal deleted inserted replaced
12271:bf13c3da3d11 12287:0f37d1badced
2524 "use heavyweight instead of lightweight Java monitors") \ 2524 "use heavyweight instead of lightweight Java monitors") \
2525 \ 2525 \
2526 product(bool, PrintStringTableStatistics, false, \ 2526 product(bool, PrintStringTableStatistics, false, \
2527 "print statistics about the StringTable and SymbolTable") \ 2527 "print statistics about the StringTable and SymbolTable") \
2528 \ 2528 \
2529 diagnostic(bool, VerifyStringTableAtExit, false, \
2530 "verify StringTable contents at exit") \
2531 \
2529 notproduct(bool, PrintSymbolTableSizeHistogram, false, \ 2532 notproduct(bool, PrintSymbolTableSizeHistogram, false, \
2530 "print histogram of the symbol table") \ 2533 "print histogram of the symbol table") \
2531 \ 2534 \
2532 notproduct(bool, ExitVMOnVerifyError, false, \ 2535 notproduct(bool, ExitVMOnVerifyError, false, \
2533 "standard exit from VM if bytecode verify error " \ 2536 "standard exit from VM if bytecode verify error " \