hotspot/test/compiler/intrinsics/mathexact/sanity/SubtractExactIntTest.java
changeset 22911 ff49c48c887d
parent 22214 c551021e75b2
child 25958 8dc85547d6d6
equal deleted inserted replaced
22910:88c3369b5967 22911:ff49c48c887d
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @library /testlibrary /testlibrary/whitebox /compiler/whitebox
    26  * @library /testlibrary /testlibrary/whitebox /compiler/whitebox
    27  * @build SubtractExactIntTest
    27  * @build SubtractExactIntTest
    28  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    28  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    29  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions
    29  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    30  *                   -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -XX:+LogCompilation
    30  *                   -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -XX:+LogCompilation
    31  *                   -XX:CompileCommand=compileonly,MathIntrinsic*::execMathMethod
    31  *                   -XX:CompileCommand=compileonly,MathIntrinsic*::execMathMethod
    32  *                   -XX:LogFile=hs_neg.log -XX:-UseMathExactIntrinsics SubtractExactIntTest
    32  *                   -XX:LogFile=hs_neg.log -XX:-UseMathExactIntrinsics SubtractExactIntTest
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    34  *                   -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -XX:+LogCompilation
    34  *                   -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -XX:+LogCompilation
    35  *                   -XX:CompileCommand=compileonly,MathIntrinsic*::execMathMethod
    35  *                   -XX:CompileCommand=compileonly,MathIntrinsic*::execMathMethod
    36  *                   -XX:LogFile=hs.log -XX:+UseMathExactIntrinsics SubtractExactIntTest
    36  *                   -XX:LogFile=hs.log -XX:+UseMathExactIntrinsics SubtractExactIntTest
    37  * @run main Verifier hs_neg.log hs.log
    37  * @run main Verifier hs_neg.log hs.log
    38 
    38