< prev index next >

src/hotspot/share/opto/compile.cpp

Print this page

        

*** 3245,3254 **** --- 3245,3255 ---- case Op_Loop: case Op_CountedLoop: if (n->as_Loop()->is_inner_loop()) { frc.inc_inner_loop_count(); } + n->as_Loop()->verify_strip_mined(0); break; case Op_LShiftI: case Op_RShiftI: case Op_URShiftI: case Op_LShiftL:
< prev index next >