hotspot/src/share/vm/opto/loopnode.hpp
changeset 5054 6d42dc4dd98c
parent 4643 61c659c91c57
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/opto/loopnode.hpp	Wed Mar 17 10:47:03 2010 -0700
+++ b/hotspot/src/share/vm/opto/loopnode.hpp	Wed Mar 17 16:40:25 2010 -0700
@@ -821,7 +821,7 @@
   BoolNode* rc_predicate(Node* ctrl,
                          int scale, Node* offset,
                          Node* init, Node* limit, Node* stride,
-                         Node* range);
+                         Node* range, bool upper);
 
   // Implementation of the loop predication to promote checks outside the loop
   bool loop_predication_impl(IdealLoopTree *loop);