diff -r a8754858a7fc -r b8d532cb6420 hotspot/test/compiler/arguments/TestUseCountTrailingZerosInstructionOnUnsupportedCPU.java --- a/hotspot/test/compiler/arguments/TestUseCountTrailingZerosInstructionOnUnsupportedCPU.java Sat May 02 18:40:37 2015 -0700 +++ b/hotspot/test/compiler/arguments/TestUseCountTrailingZerosInstructionOnUnsupportedCPU.java Mon May 04 16:30:07 2015 +0200 @@ -39,8 +39,8 @@ */ import sun.hotspot.cpuinfo.CPUInfo; -import com.oracle.java.testlibrary.*; -import com.oracle.java.testlibrary.cli.*; +import jdk.test.lib.*; +import jdk.test.lib.cli.*; public class TestUseCountTrailingZerosInstructionOnUnsupportedCPU extends BMIUnsupportedCPUTest {