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