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

/openjdk7/jdk/test/com/sun/jdi/
H A DEarlyReturnTest.java184 public static Object s_objectf() { return objectValue; } method in class:EarlyReturnTarg
233 if (!chk( s_objectf())) failureCount++;
764 setBreakpoint("EarlyReturnTarg", "s_objectf", "()Ljava/lang/Object;");
H A DMethodExitReturnValuesTest.java118 public static Object s_objectf() { return objectValue; } method in class:MethodExitReturnValuesTarg
160 s_objectf();

Completed in 33 milliseconds