< prev index next >

test/compiler/intrinsics/mathexact/AddExactILoopDependentTest.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 23,40 **** /* * @test * @bug 8024924 * @summary Test non constant addExact ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management - * @compile AddExactILoopDependentTest.java Verify.java - * @run main AddExactILoopDependentTest * */ public class AddExactILoopDependentTest { public static void main(String[] args) { Verify.LoopDependentTest.verify(new Verify.AddExactI()); } } --- 23,41 ---- /* * @test * @bug 8024924 * @summary Test non constant addExact ! * @library /testlibrary / * @modules java.base/jdk.internal.misc * java.management * + * @run main compiler.intrinsics.mathexact.AddExactILoopDependentTest */ + package compiler.intrinsics.mathexact; + public class AddExactILoopDependentTest { public static void main(String[] args) { Verify.LoopDependentTest.verify(new Verify.AddExactI()); } }
< prev index next >