diff src/share/vm/memory/collectorPolicy.cpp @ 1064:473cce303f13

6887571: Increase default heap config sizes Summary: Apply modification of existing server heap size ergo to all collectors except CMS. Reviewed-by: jmasa, ysr, xlu
author phh
date Wed, 28 Oct 2009 16:25:51 -0400
parents 1ee8caae33af
children 0bfd3fb24150
line wrap: on
line diff
--- a/src/share/vm/memory/collectorPolicy.cpp	Fri Oct 23 18:44:33 2009 -0700
+++ b/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);
   }