diff src/share/vm/runtime/globals.hpp @ 6166:58ad5f22317e

Merge
author sla
date Mon, 18 Jun 2012 11:33:17 +0200
parents 8b0a4867acf0 e9140bf80b4a
children d2a62e0f25eb
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Jun 15 14:17:28 2012 -0700
+++ b/src/share/vm/runtime/globals.hpp	Mon Jun 18 11:33:17 2012 +0200
@@ -2659,6 +2659,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")                            \
                                                                             \