< prev index next >

test/serviceability/tmtools/jstack/WaitNotifyThreadTest.java

Print this page

        

*** 26,39 **** * @summary Call Object.wait() method. Check that monitor information * presented in the stack is correct. Call notifyAll method * monitor info have to disappear from the stack. * Repeats the same scenario calling interrupt() method * @modules java.base/jdk.internal.misc ! * @library /test/lib/share/classes * @library ../share - * @build common.* - * * @run main/othervm -XX:+UsePerfData WaitNotifyThreadTest */ import common.ToolResults; import java.util.Iterator; import utils.*; --- 26,37 ---- * @summary Call Object.wait() method. Check that monitor information * presented in the stack is correct. Call notifyAll method * monitor info have to disappear from the stack. * Repeats the same scenario calling interrupt() method * @modules java.base/jdk.internal.misc ! * @library /test/lib * @library ../share * @run main/othervm -XX:+UsePerfData WaitNotifyThreadTest */ import common.ToolResults; import java.util.Iterator; import utils.*;
< prev index next >