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

/openjdk7/jdk/test/com/sun/jdi/
H A DModificationWatchpoints.java197 MWP mwp = (MWP)event.request().getProperty("executor");
206 MWP mwp = new MWP("ModificationWatchpointsTarg", fieldName, val);
245 MWP mwp = (MWP)it.next();
259 class MWP { class in class:ModificationWatchpoints
266 public MWP(String className, String fieldName, Value value) { method in class:ModificationWatchpoints.MWP
318 } // MWP inner class .................

Completed in 1926 milliseconds