+{"files":[{"patch":"@@ -833,4 +833,0 @@\n- \/\/ May not have gone thru igvn yet so don't use _igvn.type(phi) (PhaseIdealLoop::is_counted_loop() sets the iv phi's type)\n- const TypeInteger* phi_t = phi->bottom_type()->is_integer(bt);\n- assert(phi_t->hi_as_long() >= phi_t->lo_as_long(), \"dead phi?\");\n- iters_limit = checked_cast<int>(MIN2((julong)iters_limit, (julong)(phi_t->hi_as_long() - phi_t->lo_as_long())));\n@@ -854,0 +850,5 @@\n+ \/\/ May not have gone thru igvn yet so don't use _igvn.type(phi) (PhaseIdealLoop::is_counted_loop() sets the iv phi's type)\n+ const TypeInteger* phi_t = phi->bottom_type()->is_integer(bt);\n+ assert(phi_t->hi_as_long() >= phi_t->lo_as_long(), \"dead phi?\");\n+ iters_limit = checked_cast<int>(MIN2((julong)iters_limit, (julong)(phi_t->hi_as_long() - phi_t->lo_as_long())));\n+\n","filename":"src\/hotspot\/share\/opto\/loopnode.cpp","additions":5,"deletions":4,"binary":false,"changes":9,"status":"modified"}]}
0 commit comments