< prev index next >

test/serviceability/tmtools/jstack/DaemonThreadTest.java

Print this page

        

@@ -24,14 +24,12 @@
 /*
  * @test
  * @summary Create daemon and non-deamon threads.
  *          Check the correctness of thread's status from jstack.
  * @modules java.base/jdk.internal.misc
- * @library /test/lib/share/classes
+ * @library /test/lib
  * @library ../share
- * @build common.*
- *
  * @run main/othervm -XX:+UsePerfData DaemonThreadTest
  */
 import common.ToolResults;
 import utils.*;
 
< prev index next >