< prev index next >

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

Print this page
rev 16982 : imported patch 8180399

*** 25,35 **** import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeoutException; import java.util.concurrent.atomic.AtomicInteger; import java.util.concurrent.locks.LockSupport; ! import jdk.testlibrary.LockFreeLogManager; import jdk.testlibrary.Utils; /** * ThreadStateController allows a thread to request this thread to transition * to a specific thread state. The {@linkplain #transitionTo request} is --- 25,35 ---- import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeoutException; import java.util.concurrent.atomic.AtomicInteger; import java.util.concurrent.locks.LockSupport; ! import jdk.test.lib.log.LockFreeLogManager; import jdk.testlibrary.Utils; /** * ThreadStateController allows a thread to request this thread to transition * to a specific thread state. The {@linkplain #transitionTo request} is
< prev index next >