equal
deleted
inserted
replaced
23 |
23 |
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 8026844 |
26 * @bug 8026844 |
27 * @summary Test constant negExact |
27 * @summary Test constant negExact |
28 * @library /testlibrary |
28 * @library /testlibrary / |
29 * @modules java.base/jdk.internal.misc |
29 * @modules java.base/jdk.internal.misc |
30 * java.management |
30 * java.management |
31 * @compile NegExactLNonConstantTest.java Verify.java |
|
32 * @run main NegExactLNonConstantTest |
|
33 * |
31 * |
|
32 * @run main compiler.intrinsics.mathexact.NegExactLNonConstantTest |
34 */ |
33 */ |
|
34 |
|
35 package compiler.intrinsics.mathexact; |
35 |
36 |
36 public class NegExactLNonConstantTest { |
37 public class NegExactLNonConstantTest { |
37 public static void main(String[] args) { |
38 public static void main(String[] args) { |
38 Verify.NonConstantLongTest.verify(new Verify.UnaryToBinaryLong(new Verify.NegExactL())); |
39 Verify.NonConstantLongTest.verify(new Verify.UnaryToBinaryLong(new Verify.NegExactL())); |
39 } |
40 } |