Tue, 12 May 2015 14:26:31 +0200 8085832: Optimize main and post loop out when pre loop is found empty
roland [Tue, 12 May 2015 14:26:31 +0200] rev 31133
8085832: Optimize main and post loop out when pre loop is found empty Summary: Eliminate main loop and post loop if pre loop becomes empty Reviewed-by: kvn, mcberg
Mon, 08 Jun 2015 18:35:17 +0200 8081823: C2 performs unsigned comparison against -1
roland [Mon, 08 Jun 2015 18:35:17 +0200] rev 31132
8081823: C2 performs unsigned comparison against -1 Summary: x <= 0 || x > 0 wrongly folded as (x-1) >u -1 Reviewed-by: kvn, vlivanov
Thu, 04 Jun 2015 16:19:22 +0200 8078866: compiler/eliminateAutobox/6934604/TestIntBoxing.java assert(p_f->Opcode() == Op_IfFalse) failed
roland [Thu, 04 Jun 2015 16:19:22 +0200] rev 31131
8078866: compiler/eliminateAutobox/6934604/TestIntBoxing.java assert(p_f->Opcode() == Op_IfFalse) failed Summary: Bail out from range check elimination if pre loop is not found Reviewed-by: kvn
(0) -30000 -10000 -3000 -1000 -300 -100 -30 -10 -3 +3 +10 +30 +100 +300 +1000 +3000 +10000 tip