jdk/test/java/util/concurrent/ThreadPoolExecutor/FlakyThreadFactory.java
changeset 34347 4a17f9e90a0f
parent 32991 b27c76b82713
child 36233 f85ed703cf7e
--- a/jdk/test/java/util/concurrent/ThreadPoolExecutor/FlakyThreadFactory.java	Wed Nov 25 18:51:06 2015 -0800
+++ b/jdk/test/java/util/concurrent/ThreadPoolExecutor/FlakyThreadFactory.java	Wed Nov 25 18:56:44 2015 -0800
@@ -37,7 +37,10 @@
  * @summary Should be able to shutdown a pool when worker creation failed.
  */
 
-import java.util.concurrent.*;
+import java.util.concurrent.LinkedBlockingQueue;
+import java.util.concurrent.ThreadFactory;
+import java.util.concurrent.ThreadPoolExecutor;
+import java.util.concurrent.TimeUnit;
 
 public class FlakyThreadFactory {
     void test(String[] args) throws Throwable {