--- old/test/compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedCPU.java 2015-04-28 14:48:50.209863886 +0300 +++ new/test/compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedCPU.java 2015-04-28 14:48:50.137863888 +0300 @@ -37,10 +37,10 @@ * -XX:+WhiteBoxAPI TestUseRTMLockingOptionOnUnsupportedCPU */ -import com.oracle.java.testlibrary.*; -import com.oracle.java.testlibrary.cli.*; -import com.oracle.java.testlibrary.cli.predicate.AndPredicate; -import com.oracle.java.testlibrary.cli.predicate.NotPredicate; +import jdk.test.lib.*; +import jdk.test.lib.cli.*; +import jdk.test.lib.cli.predicate.AndPredicate; +import jdk.test.lib.cli.predicate.NotPredicate; import rtm.predicate.SupportedCPU; import rtm.predicate.SupportedVM;