diff src/share/vm/runtime/globals.hpp @ 6982:e4f764ddb06a

7122219: Passed StringTableSize value not verified Summary: Check that the values specified for -XX:StringTableSize are within a certain range. Reviewed-by: dholmes, coleenp
author hseigel
date Mon, 12 Nov 2012 15:58:11 -0500
parents ec204374e626
children 80e866b1d053
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Nov 09 22:22:53 2012 -0800
+++ b/src/share/vm/runtime/globals.hpp	Mon Nov 12 15:58:11 2012 -0500
@@ -3593,7 +3593,7 @@
   diagnostic(bool, PrintDTraceDOF, false,                                   \
              "Print the DTrace DOF passed to the system for JSDT probes")   \
                                                                             \
-  product(uintx, StringTableSize, 1009,                                     \
+  product(uintx, StringTableSize, defaultStringTableSize,                   \
           "Number of buckets in the interned String table")                 \
                                                                             \
   develop(bool, TraceDefaultMethods, false,                                 \