src/share/vm/runtime/globals.hpp

changeset 5755
0f37d1badced
parent 5737
da051ce490eb
parent 5743
63147986a428
child 5793
a07c25e4f67e
child 5861
b4d8a3d4db73
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Sep 20 11:09:26 2013 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Sep 20 12:58:35 2013 -0700
     1.3 @@ -2526,6 +2526,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