hotspot/src/share/vm/memory/collectorPolicy.cpp
changeset 4434 4b41e5b42f81
parent 1388 3677f5f3d66b
child 5343 95a5c4b89273
--- a/hotspot/src/share/vm/memory/collectorPolicy.cpp	Fri Oct 23 18:44:33 2009 -0700
+++ b/hotspot/src/share/vm/memory/collectorPolicy.cpp	Wed Oct 28 16:25:51 2009 -0400
@@ -55,7 +55,7 @@
 
 void CollectorPolicy::initialize_size_info() {
   // User inputs from -mx and ms are aligned
-  set_initial_heap_byte_size(Arguments::initial_heap_size());
+  set_initial_heap_byte_size(InitialHeapSize);
   if (initial_heap_byte_size() == 0) {
     set_initial_heap_byte_size(NewSize + OldSize);
   }