changeset 20053 | a12bd7991794 |
parent 19770 | 7cb9f982ea81 |
child 20065 | 59ad80fc24f9 |
--- a/hotspot/src/share/vm/runtime/globals.hpp Tue Sep 17 20:20:03 2013 +0200 +++ b/hotspot/src/share/vm/runtime/globals.hpp Wed Sep 18 07:02:10 2013 -0700 @@ -2525,6 +2525,9 @@ product(bool, PrintStringTableStatistics, false, \ "print statistics about the StringTable and SymbolTable") \ \ + diagnostic(bool, VerifyStringTableAtExit, false, \ + "verify StringTable contents at exit") \ + \ notproduct(bool, PrintSymbolTableSizeHistogram, false, \ "print histogram of the symbol table") \ \