< prev index next >

test/jdk/java/util/concurrent/ThreadPoolExecutor/TimeOutShrink.java

Print this page
rev 51731 : imported patch 8210732

@@ -23,20 +23,20 @@
 
 /*
  * @test
  * @bug 6458662
  * @summary poolSize might shrink below corePoolSize after timeout
- * @library /lib/testlibrary/
+ * @library /test/lib
  * @author Martin Buchholz
  */
 
 import static java.util.concurrent.TimeUnit.MILLISECONDS;
 
 import java.util.concurrent.CyclicBarrier;
 import java.util.concurrent.SynchronousQueue;
 import java.util.concurrent.ThreadPoolExecutor;
-import jdk.testlibrary.Utils;
+import jdk.test.lib.Utils;
 
 public class TimeOutShrink {
     static final long LONG_DELAY_MS = Utils.adjustTimeout(10_000);
     static final long KEEPALIVE_MS = 12L;
 
< prev index next >