Searched refs:RepStep (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DRepStep.java30 * @run build VMConnection RepStep
32 * @run main/othervm RepStep
34 * @summary RepStep detects missed step events due to lack of
44 public class RepStep { class
56 new RepStep(args);
59 RepStep(String args[]) throws Exception { method in class:RepStep
106 System.out.println("RepStep passed");
112 throw new Exception("RepStep failed: steps missed");

Completed in 68 milliseconds