src/share/vm/opto/macro.cpp

changeset 3900
d2a62e0f25eb
parent 3847
5e990493719e
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/opto/macro.cpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/opto/macro.cpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -409,7 +409,7 @@
     1.4    Node *alloc_mem = alloc->in(TypeFunc::Memory);
     1.5  
     1.6    uint length = mem->req();
     1.7 -  GrowableArray <Node *> values(length, length, NULL);
     1.8 +  GrowableArray <Node *> values(length, length, NULL, false);
     1.9  
    1.10    // create a new Phi for the value
    1.11    PhiNode *phi = new (C, length) PhiNode(mem->in(0), phi_type, NULL, instance_id, alias_idx, offset);

mercurial