src/share/vm/runtime/globals.hpp

changeset 3865
e9140bf80b4a
parent 3812
bbc900c2482a
child 3869
58ad5f22317e
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon Jun 11 13:10:14 2012 -0400
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Jun 13 19:52:59 2012 -0400
     1.3 @@ -2662,6 +2662,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