src/hotspot/share/opto/loopnode.hpp
changeset 53169 98580226126d
parent 53063 b04860fd2e2c
child 53244 9807daeb47c4
child 53306 8e260023fc53
--- a/src/hotspot/share/opto/loopnode.hpp	Mon Dec 31 14:38:16 2018 +0100
+++ b/src/hotspot/share/opto/loopnode.hpp	Fri Dec 14 11:22:26 2018 +0100
@@ -1190,7 +1190,7 @@
   // loop.  Scale_con, offset and limit are all loop invariant.
   void add_constraint( int stride_con, int scale_con, Node *offset, Node *low_limit, Node *upper_limit, Node *pre_ctrl, Node **pre_limit, Node **main_limit );
   // Helper function for add_constraint().
-  Node* adjust_limit( int stride_con, Node * scale, Node *offset, Node *rc_limit, Node *loop_limit, Node *pre_ctrl );
+  Node* adjust_limit(int stride_con, Node * scale, Node *offset, Node *rc_limit, Node *loop_limit, Node *pre_ctrl, bool round_up);
 
   // Partially peel loop up through last_peel node.
   bool partial_peel( IdealLoopTree *loop, Node_List &old_new );