equal
deleted
inserted
replaced
23 |
23 |
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 8026722 |
26 * @bug 8026722 |
27 * @summary Verify that the compare after addExact is a signed compare |
27 * @summary Verify that the compare after addExact is a signed compare |
28 * @compile CompareTest.java |
|
29 * @run main CompareTest |
|
30 * |
28 * |
|
29 * @run main compiler.intrinsics.mathexact.CompareTest |
31 */ |
30 */ |
|
31 |
|
32 |
|
33 package compiler.intrinsics.mathexact; |
32 |
34 |
33 public class CompareTest { |
35 public class CompareTest { |
34 public static long store = 0; |
36 public static long store = 0; |
35 public static long addValue = 1231; |
37 public static long addValue = 1231; |
36 |
38 |