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

/openjdk7/jdk/test/com/sun/jdi/
H A DEarlyReturnTest.java173 public static short s_shortf() { return shortValue; } method in class:EarlyReturnTarg
223 if (!chk( s_shortf())) failureCount++;
754 setBreakpoint("EarlyReturnTarg", "s_shortf", "()S");
H A DMethodExitReturnValuesTest.java105 public static short s_shortf() { return shortValue; } method in class:MethodExitReturnValuesTarg
150 s_shortf();

Completed in 34 milliseconds