src/share/vm/opto/node.cpp

changeset 8068
c1091733abe6
parent 7385
9e69e8d1c900
child 8193
70649f10b88c
child 8476
94ec11846b18
     1.1 --- a/src/share/vm/opto/node.cpp	Sun Sep 06 05:02:06 2015 -0700
     1.2 +++ b/src/share/vm/opto/node.cpp	Wed Sep 16 11:09:09 2015 +0200
     1.3 @@ -1749,7 +1749,7 @@
     1.4    uint depth = (uint)ABS(d);
     1.5    int direction = d;
     1.6    Compile* C = Compile::current();
     1.7 -  GrowableArray <Node *> nstack(C->unique());
     1.8 +  GrowableArray <Node *> nstack(C->live_nodes());
     1.9  
    1.10    nstack.append(s);
    1.11    int begin = 0;

mercurial