diff src/share/vm/runtime/arguments.cpp @ 10190:caac22686b17

Merge
author mgerdin
date Mon, 29 Apr 2013 09:31:59 +0200
parents 63e31ce40bdb
children e01e02a9fcb6 1d0fba8a2a6d
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Fri Apr 26 10:57:57 2013 -0700
+++ b/src/share/vm/runtime/arguments.cpp	Mon Apr 29 09:31:59 2013 +0200
@@ -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) {