hotspot/src/share/vm/services/management.cpp
changeset 4434 4b41e5b42f81
parent 2105 347008ce7984
child 4437 d1abc17afffb
--- a/hotspot/src/share/vm/services/management.cpp	Fri Oct 23 18:44:33 2009 -0700
+++ b/hotspot/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));