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

/openjdk7/jdk/test/com/sun/jdi/
H A DEarlyReturnTest.java109 public static float efloatValue = 9.9f; field in class:EarlyReturnTarg
142 return v == (debuggerWatching ? efloatValue: floatValue);
358 Field theValueField = targetClass.fieldByName("efloatValue");
596 Field theValueField = targetClass.fieldByName("efloatValue");

Completed in 32 milliseconds