src/share/vm/runtime/globals.hpp

changeset 3869
58ad5f22317e
parent 3846
8b0a4867acf0
parent 3865
e9140bf80b4a
child 3900
d2a62e0f25eb
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Jun 15 14:17:28 2012 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Jun 18 11:33:17 2012 +0200
     1.3 @@ -2659,6 +2659,9 @@
     1.4    product(bool, UseHeavyMonitors, false,                                    \
     1.5            "use heavyweight instead of lightweight Java monitors")           \
     1.6                                                                              \
     1.7 +  product(bool, PrintStringTableStatistics, false,                          \
     1.8 +          "print statistics about the StringTable and SymbolTable")         \
     1.9 +                                                                            \
    1.10    notproduct(bool, PrintSymbolTableSizeHistogram, false,                    \
    1.11            "print histogram of the symbol table")                            \
    1.12                                                                              \

mercurial