jdk/.jcheck/conf
author roland
Mon, 08 Jun 2015 18:35:17 +0200
changeset 31132 328ac96a30d6
parent 22040 cb0198e8d989
child 43610 2b8d3f9476f2
permissions -rw-r--r--
8081823: C2 performs unsigned comparison against -1 Summary: x <= 0 || x > 0 wrongly folded as (x-1) >u -1 Reviewed-by: kvn, vlivanov

project=jdk9