hotspot/src/share/vm/opto/node.hpp
changeset 17383 3665c0901a0d
parent 15618 3eb521896836
child 17384 4e6ea5fa04ad
--- a/hotspot/src/share/vm/opto/node.hpp	Mon May 06 19:49:23 2013 -0700
+++ b/hotspot/src/share/vm/opto/node.hpp	Wed May 08 15:08:01 2013 -0700
@@ -410,6 +410,7 @@
   // Find first occurrence of n among my edges:
   int find_edge(Node* n);
   int replace_edge(Node* old, Node* neww);
+  int replace_edges_in_range(Node* old, Node* neww, int start, int end);
   // NULL out all inputs to eliminate incoming Def-Use edges.
   // Return the number of edges between 'n' and 'this'
   int  disconnect_inputs(Node *n, Compile *c);