--- 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));