--- old/test/compiler/intrinsics/mathexact/Verify.java 2013-10-22 14:52:46.608087881 +0200 +++ new/test/compiler/intrinsics/mathexact/Verify.java 2013-10-22 14:52:46.504087885 +0200 @@ -153,6 +153,7 @@ } else { Verify.verifyBinary(values[i & 255] - i, values[i & 255] + i, method); } + Verify.verifyBinary(values[i & 255], values[(i + 1) & 255], method); } } }