< prev index next >

test/compiler/intrinsics/mathexact/MulExactILoopDependentTest.java

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

*** 23,39 **** /* * @test * @bug 8026844 * @summary Test loop dependent multiplyExact ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management - * @compile MulExactILoopDependentTest.java Verify.java - * @run main MulExactILoopDependentTest * */ public class MulExactILoopDependentTest { public static void main(String[] args) { Verify.LoopDependentTest.verify(new Verify.MulExactI()); } } --- 23,41 ---- /* * @test * @bug 8026844 * @summary Test loop dependent multiplyExact ! * @library /testlibrary / * @modules java.base/jdk.internal.misc * java.management * + * @run main compiler.intrinsics.mathexact.MulExactILoopDependentTest */ + + package compiler.intrinsics.mathexact; + public class MulExactILoopDependentTest { public static void main(String[] args) { Verify.LoopDependentTest.verify(new Verify.MulExactI()); } }
< prev index next >