src/share/vm/runtime/globals.hpp

changeset 5743
63147986a428
parent 5658
edb5ab0f3fe5
child 5755
0f37d1badced
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Sep 17 20:20:03 2013 +0200
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Sep 18 07:02:10 2013 -0700
     1.3 @@ -2525,6 +2525,9 @@
     1.4    product(bool, PrintStringTableStatistics, false,                          \
     1.5            "print statistics about the StringTable and SymbolTable")         \
     1.6                                                                              \
     1.7 +  diagnostic(bool, VerifyStringTableAtExit, false,                          \
     1.8 +          "verify StringTable contents at exit")                            \
     1.9 +                                                                            \
    1.10    notproduct(bool, PrintSymbolTableSizeHistogram, false,                    \
    1.11            "print histogram of the symbol table")                            \
    1.12                                                                              \

mercurial