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

Print this page
rev 6927 : 8056091: Move compiler/intrinsics/mathexact/sanity/Verifier to compiler/testlibrary and extend its functionality
Reviewed-by: iignatyev

*** 22,31 **** --- 22,32 ---- */ /* * @test * @library /testlibrary /testlibrary/whitebox /compiler/whitebox + * /compiler/testlibrary * @build DecrementExactIntTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -XX:+LogCompilation
*** 33,43 **** * -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 main Verifier hs_neg.log hs.log */ public class DecrementExactIntTest { public static void main(String[] args) throws Exception { --- 34,44 ---- * -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 main intrinsics.Verifier hs_neg.log hs.log */ public class DecrementExactIntTest { public static void main(String[] args) throws Exception {