src/share/vm/opto/escape.cpp

changeset 1571
4b84186a8248
parent 1536
7fee0a6cc6d4
child 1894
c52275c698d1
     1.1 --- a/src/share/vm/opto/escape.cpp	Mon Jan 04 18:38:08 2010 +0100
     1.2 +++ b/src/share/vm/opto/escape.cpp	Mon Jan 04 15:21:09 2010 -0800
     1.3 @@ -1916,7 +1916,7 @@
     1.4            Node *arg = call->in(i)->uncast();
     1.5  
     1.6            if (at->isa_oopptr() != NULL &&
     1.7 -              ptnode_adr(arg->_idx)->escape_state() < PointsToNode::ArgEscape) {
     1.8 +              ptnode_adr(arg->_idx)->escape_state() < PointsToNode::GlobalEscape) {
     1.9  
    1.10              bool global_escapes = false;
    1.11              bool fields_escapes = false;

mercurial