< prev index next >

test/serviceability/threads/TestFalseDeadLock.java

Print this page

        

@@ -26,14 +26,15 @@
 import java.lang.management.ThreadMXBean;
 import java.util.Random;
 
 /*
  * @test
- * @ignore 8061157
  * @bug 8016304
  * @summary Make sure no deadlock is reported for this program which has no deadlocks.
  * @library /testlibrary
+ * @ignore 8061157
+ * @build com.oracle.java.testlibrary.*
  * @run main/othervm TestFalseDeadLock
  */
 
 /*
  * This test will not provoke the bug every time it is run since the bug is intermittent.
< prev index next >