< prev index next >

test/compiler/intrinsics/bigInteger/MontgomeryMultiplyTest.java

Print this page

        

*** 26,38 **** * @test * @bug 8130150 8131779 8139907 * @summary Verify that the Montgomery multiply and square intrinsic works and correctly checks their arguments. * @requires vm.flavor == "server" * @modules java.base/jdk.internal.misc ! * @library /testlibrary /test/lib * ! * @build compiler.intrinsics.bigInteger.MontgomeryMultiplyTest * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * compiler.intrinsics.bigInteger.MontgomeryMultiplyTest */ --- 26,38 ---- * @test * @bug 8130150 8131779 8139907 * @summary Verify that the Montgomery multiply and square intrinsic works and correctly checks their arguments. * @requires vm.flavor == "server" * @modules java.base/jdk.internal.misc ! * @library /test/lib * ! * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * compiler.intrinsics.bigInteger.MontgomeryMultiplyTest */
< prev index next >