diff src/share/vm/services/management.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 0fbdb4381b99
children ba7ea42fc66e
line wrap: on
line diff
--- a/src/share/vm/services/management.cpp	Fri Oct 23 18:44:33 2009 -0700
+++ b/src/share/vm/services/management.cpp	Wed Oct 28 16:25:51 2009 -0400
@@ -790,7 +790,7 @@
   assert(!has_undefined_init_size, "Undefined init size");
   assert(!has_undefined_max_size, "Undefined max size");
 
-  MemoryUsage usage((heap ? Arguments::initial_heap_size() : total_init),
+  MemoryUsage usage((heap ? InitialHeapSize : total_init),
                     total_used,
                     total_committed,
                     (heap ? Universe::heap()->max_capacity() : total_max));