< prev index next >

test/serviceability/tmtools/jstack/DaemonThreadTest.java

Print this page

        

*** 24,37 **** /* * @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 ../share - * @build common.* - * * @run main/othervm -XX:+UsePerfData DaemonThreadTest */ import common.ToolResults; import utils.*; --- 24,35 ---- /* * @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 * @library ../share * @run main/othervm -XX:+UsePerfData DaemonThreadTest */ import common.ToolResults; import utils.*;
< prev index next >