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

/openjdk7/jdk/test/com/sun/jdi/
H A DModificationWatchpoints.java34 * @run compile -g ModificationWatchpoints.java
35 * @run main/othervm ModificationWatchpoints
182 public class ModificationWatchpoints extends TestScaffold { class in inherits:TestScaffold
186 ModificationWatchpoints (String args[]) { method in class:ModificationWatchpoints
191 new ModificationWatchpoints(args).startTests();
251 println("ModificationWatchpoints: passed");
253 throw new Exception("ModificationWatchpoints: failed");

Completed in 22 milliseconds