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

/openjdk7/jdk/test/java/io/Serializable/proxy/
H A DBasic.java39 static Method fooMethod, barMethod; field in class:Handler
43 barMethod = Bar.class.getDeclaredMethod("bar", new Class[0]);
62 } else if (method.equals(barMethod)) {
/openjdk7/jdk/test/com/sun/jdi/
H A DRequestReflectionTest.java88 Method barMethod = (Method)meths.get(0);
169 erm.createBreakpointRequest(barMethod.location());
172 if (!bpr.location().method().equals(barMethod)) {
175 barMethod + " != " + bpr.location().method());
H A DExpiredRequestDeletionTest.java121 Method barMethod = (Method)meths.get(0);
133 erm.createBreakpointRequest(barMethod.location());

Completed in 28 milliseconds