< prev index next >

src/java.base/share/classes/java/lang/reflect/ProxyGenerator.java

Print this page
rev 14117 : 8145468: update java.lang APIs with new deprecations
Reviewed-by: XXX

*** 1748,1758 **** /** * Get or assign the index for a CONSTANT_Float entry. */ public short getFloat(float f) { ! return getValue(new Float(f)); } /** * Get or assign the index for a CONSTANT_Class entry. */ --- 1748,1758 ---- /** * Get or assign the index for a CONSTANT_Float entry. */ public short getFloat(float f) { ! return getValue(f); } /** * Get or assign the index for a CONSTANT_Class entry. */
< prev index next >