mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8210732: remove jdk.testlibrary.Utils
Reviewed-by: alanb, jcbeyler
This commit is contained in:
parent
a6d0d07957
commit
8b28ad6efe
95 changed files with 159 additions and 475 deletions
|
@ -25,9 +25,7 @@
|
|||
* @test
|
||||
* @bug 8072466
|
||||
* @summary Deadlock when initializing MulticastSocket and DatagramSocket
|
||||
* @library /lib/testlibrary
|
||||
* @library /test/lib
|
||||
* @build jdk.testlibrary.*
|
||||
* @run main/othervm MultiDead
|
||||
*/
|
||||
|
||||
|
@ -38,7 +36,7 @@ import java.util.concurrent.atomic.AtomicReference;
|
|||
import java.util.concurrent.CountDownLatch;
|
||||
import static java.util.concurrent.TimeUnit.MILLISECONDS;
|
||||
import jdk.test.lib.JDKToolLauncher;
|
||||
import jdk.testlibrary.Utils;
|
||||
import jdk.test.lib.Utils;
|
||||
|
||||
public class MultiDead {
|
||||
private static final int THREAD_PAIR_COUNT = 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue