comparison test/compiler/intrinsics/mathexact/SubExactLConstantTest.java @ 13019:a57a165b8296

8027353: Exact intrinsics: assert(n != NULL) failed: must not be null Reviewed-by: kvn, roland
author rbackman
date Mon, 28 Oct 2013 08:34:10 +0100
parents 59e8ad757e19
children 9949533a8623
comparison
equal deleted inserted replaced
13018:fc1632f5021a 13019:a57a165b8296
22 */ 22 */
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 8026844 26 * @bug 8026844
27 * @bug 8027353
27 * @summary Test constant subtractExact 28 * @summary Test constant subtractExact
28 * @compile SubExactLConstantTest.java Verify.java 29 * @compile SubExactLConstantTest.java Verify.java
29 * @run main SubExactLConstantTest 30 * @run main SubExactLConstantTest
30 * 31 *
31 */ 32 */