comparison src/share/vm/opto/addnode.cpp @ 1763:d6f45b55c972

4809552: Optimize Arrays.fill(...) Reviewed-by: kvn
author never
date Fri, 27 Aug 2010 17:33:49 -0700
parents c18cbe5936b8
children f95d63e2154a
comparison
equal deleted inserted replaced
1731:ee5cc9e78493 1763:d6f45b55c972
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