--- old/test/compiler/intrinsics/bmi/TestBlsmskL.java 2014-12-09 15:13:00.929781006 +0100 +++ new/test/compiler/intrinsics/bmi/TestBlsmskL.java 2014-12-09 15:13:00.609780996 +0100 @@ -27,15 +27,15 @@ * @bug 8031321 * @summary Verify that results of computations are the same w/ * and w/o usage of BLSMSK instruction - * @library /testlibrary /testlibrary/whitebox + * @library /testlibrary /../../test/lib * @build TestBlsmskL BMITestRunner Expr - * @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 TestBlsmskL */ -import sun.hotspot.cpuinfo.CPUInfo; +import jdk.testlib.cpuinfo.CPUInfo; public class TestBlsmskL {