src/share/vm/runtime/globals.hpp

changeset 4280
80e866b1d053
parent 4267
bd7a7ce2e264
parent 4277
e4f764ddb06a
child 4364
2d6c433b1f38
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Nov 16 09:59:08 2012 +0100
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Nov 16 09:19:12 2012 -0500
     1.3 @@ -3613,7 +3613,7 @@
     1.4    diagnostic(bool, PrintDTraceDOF, false,                                   \
     1.5               "Print the DTrace DOF passed to the system for JSDT probes")   \
     1.6                                                                              \
     1.7 -  product(uintx, StringTableSize, 1009,                                     \
     1.8 +  product(uintx, StringTableSize, defaultStringTableSize,                   \
     1.9            "Number of buckets in the interned String table")                 \
    1.10                                                                              \
    1.11    develop(bool, TraceDefaultMethods, false,                                 \

mercurial