hotspot/src/share/vm/runtime/globals.hpp
changeset 20065 59ad80fc24f9
parent 20022 e6e3f5ff6d73
parent 20053 a12bd7991794
child 20291 b1493ff02062
child 20404 2e17d4cd1fc2
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri Sep 20 11:09:26 2013 -0700
+++ b/hotspot/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")                            \
                                                                             \