diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Sep 27 10:50:55 2013 +0200
+++ b/src/share/vm/runtime/globals.hpp	Fri Sep 27 15:43:03 2013 -0700
@@ -2567,6 +2567,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")                            \
                                                                             \