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

/openjdk7/jdk/test/com/sun/jdi/
H A DInvokeTest.java380 private Method toStringMethod; field in class:InvokeTest
382 if ( toStringMethod != null) {
383 return toStringMethod;
406 toStringMethod = (Method)iter.next();
407 if (toStringMethod.name().equals("toString")) {
408 return toStringMethod;
411 toStringMethod = null;
419 Method toStringMethod = gettoStringMethod();
423 invoke(toStringMethod, new ArrayList(0), null);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java349 private static Method toStringMethod; field in class:ProxyGenerator
355 toStringMethod = Object.class.getMethod("toString");
418 addProxyMethod(toStringMethod, Object.class);

Completed in 37 milliseconds