Searched defs:SuspendThreadTest (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DSuspendThreadTest.java32 * @run compile -g SuspendThreadTest.java
33 * @run main SuspendThreadTest
65 public class SuspendThreadTest extends TestScaffold { class in inherits:TestScaffold
69 SuspendThreadTest (String args[]) { method in class:SuspendThreadTest
74 new SuspendThreadTest(args).startTests();
138 throw new Exception("SuspendThreadTest: failed");
167 println("SuspendThreadTest: passed");
169 throw new Exception("SuspendThreadTest: failed");

Completed in 69 milliseconds