< prev index next >

test/compiler/intrinsics/mathexact/sanity/DecrementExactIntTest.java

Print this page

        

*** 24,47 **** /* * @test * @library /testlibrary /test/lib / * @modules java.base/jdk.internal.misc * java.management ! * @build DecrementExactIntTest * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -XX:+LogCompilation ! * -XX:CompileCommand=compileonly,MathIntrinsic*::execMathMethod ! * -XX:LogFile=hs_neg.log -XX:-UseMathExactIntrinsics DecrementExactIntTest * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -XX:+LogCompilation ! * -XX:CompileCommand=compileonly,MathIntrinsic*::execMathMethod ! * -XX:LogFile=hs.log -XX:+UseMathExactIntrinsics DecrementExactIntTest * @run driver compiler.testlibrary.intrinsics.Verifier hs_neg.log hs.log */ public class DecrementExactIntTest { public static void main(String[] args) throws Exception { new IntrinsicBase.IntTest(MathIntrinsic.IntIntrinsic.Decrement).test(); } --- 24,52 ---- /* * @test * @library /testlibrary /test/lib / * @modules java.base/jdk.internal.misc * java.management ! * ! * @build compiler.intrinsics.mathexact.sanity.DecrementExactIntTest * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -XX:+LogCompilation ! * -XX:CompileCommand=compileonly,compiler.intrinsics.mathexact.sanity.MathIntrinsic*::execMathMethod ! * -XX:LogFile=hs_neg.log -XX:-UseMathExactIntrinsics ! * compiler.intrinsics.mathexact.sanity.DecrementExactIntTest * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -XX:+LogCompilation ! * -XX:CompileCommand=compileonly,compiler.intrinsics.mathexact.sanity.MathIntrinsic*::execMathMethod ! * -XX:LogFile=hs.log -XX:+UseMathExactIntrinsics ! * compiler.intrinsics.mathexact.sanity.DecrementExactIntTest * @run driver compiler.testlibrary.intrinsics.Verifier hs_neg.log hs.log */ + package compiler.intrinsics.mathexact.sanity; + public class DecrementExactIntTest { public static void main(String[] args) throws Exception { new IntrinsicBase.IntTest(MathIntrinsic.IntIntrinsic.Decrement).test(); }
< prev index next >