< prev index next >

test/compiler/arguments/TestUseCountLeadingZerosInstructionOnSupportedCPU.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 24,47 **** /** * @test * @bug 8031321 * @summary Verify processing of UseCountLeadingZerosInstruction option * on CPU with LZCNT support. ! * @library /testlibrary /test/lib * @modules java.base/jdk.internal.misc * java.management ! * @build TestUseCountLeadingZerosInstructionOnSupportedCPU ! * BMISupportedCPUTest ! * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI ! * TestUseCountLeadingZerosInstructionOnSupportedCPU */ ! import sun.hotspot.cpuinfo.CPUInfo; ! import jdk.test.lib.*; public class TestUseCountLeadingZerosInstructionOnSupportedCPU extends BMISupportedCPUTest { public TestUseCountLeadingZerosInstructionOnSupportedCPU() { --- 24,46 ---- /** * @test * @bug 8031321 * @summary Verify processing of UseCountLeadingZerosInstruction option * on CPU with LZCNT support. ! * @library /testlibrary /test/lib / * @modules java.base/jdk.internal.misc * java.management ! * ! * @build compiler.arguments.TestUseCountLeadingZerosInstructionOnSupportedCPU ! * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI ! * compiler.arguments.TestUseCountLeadingZerosInstructionOnSupportedCPU */ ! package compiler.arguments; public class TestUseCountLeadingZerosInstructionOnSupportedCPU extends BMISupportedCPUTest { public TestUseCountLeadingZerosInstructionOnSupportedCPU() {
< prev index next >