Searched refs:oldValue (Results 1 – 2 of 2) sorted by relevance
103 int oldValue = (int) getter.invokeExact(); in checkStaticFieldTest9() local106 System.out.print("checkStaticFieldTest9: old " + oldValue + " new " + newValue + in checkStaticFieldTest9()116 float oldValue = (float) getter.invokeExact(this); in checkFieldTest9() local119 System.out.print("checkFieldTest9: old " + oldValue + " new " + newValue + in checkFieldTest9()
107 int oldValue = (int) getter.invokeExact(); in checkStaticFieldTest9() local110 System.out.print("checkStaticFieldTest9: old " + oldValue + " new " + newValue + in checkStaticFieldTest9()120 float oldValue = (float) getter.invokeExact(this); in checkFieldTest9() local123 System.out.print("checkFieldTest9: old " + oldValue + " new " + newValue + in checkFieldTest9()