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

/openjdk7/jdk/test/com/sun/jdi/
H A DFieldWatchpoints.java32 * @run compile -g FieldWatchpoints.java
33 * @run main/othervm FieldWatchpoints
67 public class FieldWatchpoints extends TestScaffold { class in inherits:TestScaffold
71 FieldWatchpoints (String args[]) { method in class:FieldWatchpoints
76 new FieldWatchpoints (args).startTests();
133 System.out.println("FieldWatchpoints: passed");
135 throw new Exception("FieldWatchpoints: failed");

Completed in 91 milliseconds