< prev index next >
test/compiler/intrinsics/mathexact/AddExactIRepeatTest.java
Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke
*** 23,41 ****
/*
* @test
* @bug 8025657
* @summary Test repeating addExact
! * @library /testlibrary
* @modules java.base/jdk.internal.misc
* java.management
- * @compile AddExactIRepeatTest.java Verify.java
- * @run main AddExactIRepeatTest
*
*/
import jdk.test.lib.Utils;
import java.util.Random;
public class AddExactIRepeatTest {
public static void main(String[] args) {
runTest(new Verify.AddExactI());
--- 23,43 ----
/*
* @test
* @bug 8025657
* @summary Test repeating addExact
! * @library /testlibrary /
* @modules java.base/jdk.internal.misc
* java.management
*
+ * @run main compiler.intrinsics.mathexact.AddExactIRepeatTest
*/
+ package compiler.intrinsics.mathexact;
+
import jdk.test.lib.Utils;
+
import java.util.Random;
public class AddExactIRepeatTest {
public static void main(String[] args) {
runTest(new Verify.AddExactI());
< prev index next >