src/share/vm/opto/loopnode.cpp

changeset 3308
e8fdaf4a66cb
parent 3260
670a74b863fc
child 3311
1bd45abaa507
     1.1 --- a/src/share/vm/opto/loopnode.cpp	Thu Nov 10 04:46:08 2011 -0800
     1.2 +++ b/src/share/vm/opto/loopnode.cpp	Thu Nov 10 20:17:05 2011 -0800
     1.3 @@ -715,7 +715,6 @@
     1.4      long limit_con = cl->limit()->get_int();
     1.5      julong trip_cnt = cl->trip_count();
     1.6      long final_con = init_con + trip_cnt*stride_con;
     1.7 -    final_con -= stride_con;
     1.8      int final_int = (int)final_con;
     1.9      // The final value should be in integer range since the loop
    1.10      // is counted and the limit was checked for overflow.

mercurial