diff src/share/vm/runtime/arguments.cpp @ 10172:e01e02a9fcb6

Merge
author jiangli
date Mon, 29 Apr 2013 01:58:43 -0700
parents 3c0584fec1e6 63e31ce40bdb
children 30860066ae8f 64340da5b68c 711016f146fd 6f3fd5150b67
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Sun Apr 28 18:24:04 2013 -0400
+++ b/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) {