hotspot/src/share/vm/runtime/globals.hpp
changeset 13087 673ea6efaf18
parent 12781 dd6480eea079
child 13091 e2c2f5de7e6a
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon Jun 11 13:10:14 2012 -0400
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Jun 13 19:52:59 2012 -0400
@@ -2662,6 +2662,9 @@
   product(bool, UseHeavyMonitors, false,                                    \
           "use heavyweight instead of lightweight Java monitors")           \
                                                                             \
+  product(bool, PrintStringTableStatistics, false,                          \
+          "print statistics about the StringTable and SymbolTable")         \
+                                                                            \
   notproduct(bool, PrintSymbolTableSizeHistogram, false,                    \
           "print histogram of the symbol table")                            \
                                                                             \