equal
deleted
inserted
replaced
23 |
23 |
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 8026844 |
26 * @bug 8026844 |
27 * @summary Test non constant mulExact |
27 * @summary Test non constant mulExact |
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 MulExactLNonConstantTest.java Verify.java |
|
32 * @run main MulExactLNonConstantTest |
|
33 * |
31 * |
|
32 * @run main compiler.intrinsics.mathexact.MulExactLNonConstantTest |
34 */ |
33 */ |
|
34 |
|
35 package compiler.intrinsics.mathexact; |
35 |
36 |
36 public class MulExactLNonConstantTest { |
37 public class MulExactLNonConstantTest { |
37 public static void main(String[] args) { |
38 public static void main(String[] args) { |
38 Verify.NonConstantLongTest.verify(new Verify.MulExactL()); |
39 Verify.NonConstantLongTest.verify(new Verify.MulExactL()); |
39 } |
40 } |