hotspot/src/share/vm/opto/addnode.cpp
changeset 6433 b0e4fafdc38b
parent 5547 f4b087cbb361
child 7397 5b173b4ca846
equal deleted inserted replaced
6273:5b9acff1c480 6433:b0e4fafdc38b
   703       // give up
   703       // give up
   704       return -1;
   704       return -1;
   705     }
   705     }
   706     addr = addr->in(AddPNode::Address);
   706     addr = addr->in(AddPNode::Address);
   707   }
   707   }
       
   708   if (addr != base) {
       
   709     return -1;
       
   710   }
   708   return count;
   711   return count;
   709 }
   712 }
   710 
   713 
   711 //------------------------------match_edge-------------------------------------
   714 //------------------------------match_edge-------------------------------------
   712 // Do we Match on this edge index or not?  Do not match base pointer edge
   715 // Do we Match on this edge index or not?  Do not match base pointer edge