hotspot/src/share/vm/opto/chaitin.cpp
changeset 6180 53c1bf468c81
parent 5547 f4b087cbb361
child 7397 5b173b4ca846
--- a/hotspot/src/share/vm/opto/chaitin.cpp	Fri Jul 30 10:21:15 2010 -0700
+++ b/hotspot/src/share/vm/opto/chaitin.cpp	Tue Aug 03 15:55:03 2010 -0700
@@ -569,7 +569,7 @@
         if (trace_spilling() && lrg._def != NULL) {
           // collect defs for MultiDef printing
           if (lrg._defs == NULL) {
-            lrg._defs = new (_ifg->_arena) GrowableArray<Node*>();
+            lrg._defs = new (_ifg->_arena) GrowableArray<Node*>(_ifg->_arena, 2, 0, NULL);
             lrg._defs->append(lrg._def);
           }
           lrg._defs->append(n);