--- old/test/compiler/arguments/TestUseCountLeadingZerosInstructionOnSupportedCPU.java 2014-12-09 15:12:59.777780969 +0100 +++ new/test/compiler/arguments/TestUseCountLeadingZerosInstructionOnSupportedCPU.java 2014-12-09 15:12:59.393780957 +0100 @@ -26,17 +26,17 @@ * @bug 8031321 * @summary Verify processing of UseCountLeadingZerosInstruction option * on CPU with LZCNT support. - * @library /testlibrary /testlibrary/whitebox + * @library /testlibrary /../../test/lib * @build TestUseCountLeadingZerosInstructionOnSupportedCPU * BMISupportedCPUTest - * @run main ClassFileInstaller sun.hotspot.WhiteBox - * sun.hotspot.WhiteBox$WhiteBoxPermission + * @run main ClassFileInstaller jdk.testlib.WhiteBox + * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI * TestUseCountLeadingZerosInstructionOnSupportedCPU */ -import sun.hotspot.cpuinfo.CPUInfo; +import jdk.testlib.cpuinfo.CPUInfo; import com.oracle.java.testlibrary.*; public class TestUseCountLeadingZerosInstructionOnSupportedCPU