diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Sep 20 11:09:26 2013 -0700
+++ b/src/share/vm/runtime/globals.hpp	Fri Sep 20 12:58:35 2013 -0700
@@ -2526,6 +2526,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")                            \
                                                                             \