< prev index next >

test/compiler/rtm/locking/TestUseRTMAfterLockInflation.java

Print this page

        

@@ -37,13 +37,13 @@
  *                   -XX:+WhiteBoxAPI TestUseRTMAfterLockInflation
  */
 
 import java.util.List;
 
-import com.oracle.java.testlibrary.*;
-import com.oracle.java.testlibrary.cli.CommandLineOptionTest;
-import com.oracle.java.testlibrary.cli.predicate.AndPredicate;
+import jdk.test.lib.*;
+import jdk.test.lib.cli.CommandLineOptionTest;
+import jdk.test.lib.cli.predicate.AndPredicate;
 import rtm.*;
 import rtm.predicate.SupportedCPU;
 import rtm.predicate.SupportedVM;
 
 /**
< prev index next >