hotspot/src/share/vm/opto/parse1.cpp
changeset 211 e2b60448c234
parent 1 489c9b5090e2
child 590 2954744d7bba
equal deleted inserted replaced
210:6da234892f4a 211:e2b60448c234
  1834     return NULL;
  1834     return NULL;
  1835   }
  1835   }
  1836 
  1836 
  1837   PhiNode* phi = PhiNode::make(region, o, t);
  1837   PhiNode* phi = PhiNode::make(region, o, t);
  1838   gvn().set_type(phi, t);
  1838   gvn().set_type(phi, t);
  1839   if (DoEscapeAnalysis) record_for_igvn(phi);
  1839   if (C->do_escape_analysis()) record_for_igvn(phi);
  1840   map->set_req(idx, phi);
  1840   map->set_req(idx, phi);
  1841   return phi;
  1841   return phi;
  1842 }
  1842 }
  1843 
  1843 
  1844 //--------------------------ensure_memory_phi----------------------------------
  1844 //--------------------------ensure_memory_phi----------------------------------