src/share/vm/runtime/globals.hpp

changeset 5850
c90e76575b03
parent 5794
1c3486050433
child 5865
aa6f2ea19d8f
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon Oct 07 12:20:28 2013 -0400
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue Oct 08 09:33:51 2013 +0100
     1.3 @@ -3727,6 +3727,9 @@
     1.4    product(uintx, StringTableSize, defaultStringTableSize,                   \
     1.5            "Number of buckets in the interned String table")                 \
     1.6                                                                              \
     1.7 +  experimental(uintx, SymbolTableSize, defaultSymbolTableSize,              \
     1.8 +          "Number of buckets in the JVM internal Symbol table")             \
     1.9 +                                                                            \
    1.10    develop(bool, TraceDefaultMethods, false,                                 \
    1.11            "Trace the default method processing steps")                      \
    1.12                                                                              \

mercurial