< prev index next >

test/sun/tools/jstack/DeadlockDetectionTest.java

Print this page
rev 17272 : 8181391: remove explicit @build actions for the top level testlibary classes
Reviewed-by: duke

*** 38,49 **** * @test * @summary Test deadlock detection * @library /test/lib * @library /lib/testlibrary * @build jdk.testlibrary.* - * @build jdk.test.lib.apps.* - * @build DeadlockDetectionTest * @run main DeadlockDetectionTest */ public class DeadlockDetectionTest { private static LingeredAppWithDeadlock theApp = null; --- 38,47 ----
< prev index next >