hotspot/src/share/vm/memory/universe.cpp
changeset 1606 dcf9714addbe
parent 1388 3677f5f3d66b
child 1668 8ec481b8f514
--- a/hotspot/src/share/vm/memory/universe.cpp	Thu Nov 20 12:27:41 2008 -0800
+++ b/hotspot/src/share/vm/memory/universe.cpp	Thu Nov 20 16:56:09 2008 -0800
@@ -96,7 +96,7 @@
 bool            Universe::_fully_initialized = false;
 
 size_t          Universe::_heap_capacity_at_last_gc;
-size_t          Universe::_heap_used_at_last_gc;
+size_t          Universe::_heap_used_at_last_gc = 0;
 
 CollectedHeap*  Universe::_collectedHeap = NULL;
 address         Universe::_heap_base = NULL;