< prev index next >

test/jdk/sun/tools/jstack/DeadlockDetectionTest.java

Print this page
rev 51731 : imported patch 8210732

*** 29,48 **** import jdk.test.lib.apps.LingeredAppWithDeadlock; import jdk.test.lib.Platform; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.process.ProcessTools; ! import jdk.testlibrary.Utils; import jdk.test.lib.JDKToolLauncher; /** * @test * @summary Test deadlock detection * @requires vm.hasSAandCanAttach * @library /test/lib - * @library /lib/testlibrary - * @build jdk.testlibrary.* * @build jdk.test.lib.apps.* jdk.test.lib.Platform * @build DeadlockDetectionTest * @run main DeadlockDetectionTest */ public class DeadlockDetectionTest { --- 29,46 ---- import jdk.test.lib.apps.LingeredAppWithDeadlock; import jdk.test.lib.Platform; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.Utils; import jdk.test.lib.JDKToolLauncher; /** * @test * @summary Test deadlock detection * @requires vm.hasSAandCanAttach * @library /test/lib * @build jdk.test.lib.apps.* jdk.test.lib.Platform * @build DeadlockDetectionTest * @run main DeadlockDetectionTest */ public class DeadlockDetectionTest {
< prev index next >