< prev index next >

test/jdk/java/lang/Thread/ThreadStateController.java

Print this page
rev 51731 : imported patch 8210732

@@ -26,11 +26,11 @@
 import java.util.concurrent.TimeoutException;
 import java.util.concurrent.atomic.AtomicInteger;
 import java.util.concurrent.locks.LockSupport;
 
 import jdk.test.lib.LockFreeLogger;
-import jdk.testlibrary.Utils;
+import jdk.test.lib.Utils;
 
 /**
  * ThreadStateController allows a thread to request this thread to transition
  * to a specific thread state.  The {@linkplain #transitionTo request} is
  * a blocking call that the calling thread will wait until this thread is about
< prev index next >