hotspot/src/share/vm/runtime/arguments.cpp
changeset 17098 7aa4c9e7f85b
parent 17096 1cfa436cf2fd
parent 17022 584161d608a5
child 17321 4c3374b41dbd
child 17361 c05f257362ac
child 17365 b127267313d8
child 17383 3665c0901a0d
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Sun Apr 28 18:24:04 2013 -0400
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Mon Apr 29 01:58:43 2013 -0700
@@ -1901,7 +1901,7 @@
 
   // Divide by bucket size to prevent a large size from causing rollover when
   // calculating amount of memory needed to be allocated for the String table.
-  status = status && verify_interval(StringTableSize, defaultStringTableSize,
+  status = status && verify_interval(StringTableSize, minimumStringTableSize,
     (max_uintx / StringTable::bucket_size()), "StringTable size");
 
   if (MinHeapFreeRatio > MaxHeapFreeRatio) {