hotspot/src/share/vm/runtime/globals.hpp
changeset 8727 1642a45f024f
parent 8725 8c1e3dd5fe1b
child 8728 3f1bcd33068e
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon Mar 21 14:06:50 2011 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Mon Mar 21 18:38:00 2011 -0700
@@ -3756,6 +3756,9 @@
   diagnostic(bool, PrintDTraceDOF, false,                                   \
              "Print the DTrace DOF passed to the system for JSDT probes")   \
                                                                             \
+  product(uintx, StringTableSize, 1009,                                     \
+          "Number of buckets in the interned String table")                 \
+                                                                            \
   product(bool, UseVMInterruptibleIO, false,                                \
           "(Unstable, Solaris-specific) Thread interrupt before or with "   \
           "EINTR for I/O operations results in OS_INTRPT. The default value"\