< prev index next >

test/compiler/intrinsics/mathexact/NegExactINonConstantTest.java

Print this page

        

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