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

/openjdk7/jdk/test/com/sun/jdi/
H A DSimulResumerTest.java32 * @run compile -g SimulResumerTest.java
33 * @run main/othervm SimulResumerTest
103 public class SimulResumerTest extends TestScaffold { class in inherits:TestScaffold
115 SimulResumerTest (String args[]) { method in class:SimulResumerTest
120 new SimulResumerTest(args).startTests();
273 println("SimulResumerTest: passed; bkpts = " + bkpts + ", iters = " + iters);
275 throw new Exception("SimulResumerTest: failed; bkpts = " + bkpts + ", iters = " + iters);

Completed in 98 milliseconds