< prev index next >

test/compiler/arguments/TestUseCountLeadingZerosInstructionOnUnsupportedCPU.java

Print this page

        

*** 24,38 **** /** * @test * @bug 8031321 * @summary Verify processing of UseCountLeadingZerosInstruction option * on CPU without LZCNT support. ! * @library /testlibrary /test/lib / * @modules java.base/jdk.internal.misc * java.management * ! * @build compiler.arguments.TestUseCountLeadingZerosInstructionOnUnsupportedCPU * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI * compiler.arguments.TestUseCountLeadingZerosInstructionOnUnsupportedCPU --- 24,38 ---- /** * @test * @bug 8031321 * @summary Verify processing of UseCountLeadingZerosInstruction option * on CPU without LZCNT support. ! * @library /test/lib / * @modules java.base/jdk.internal.misc * java.management * ! * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI * compiler.arguments.TestUseCountLeadingZerosInstructionOnUnsupportedCPU
< prev index next >