< prev index next >

src/java.base/share/classes/java/lang/invoke/MethodHandleInfo.java

Print this page
rev 55127 : 8223351: [lworld] Primary mirror and nullable mirror for inline type
Reviewed-by: tbd

*** 151,162 **** * @return the integer code for the kind of reference used to access the underlying member */ public int getReferenceKind(); /** ! * Returns the {@code Class} object representing {@linkplain Class#asBoxType() the box type} ! * of the class in which the cracked method handle's underlying member was defined. * @return the declaring class of the underlying member */ public Class<?> getDeclaringClass(); /** --- 151,161 ---- * @return the integer code for the kind of reference used to access the underlying member */ public int getReferenceKind(); /** ! * Returns the class in which the cracked method handle's underlying member was defined. * @return the declaring class of the underlying member */ public Class<?> getDeclaringClass(); /**
< prev index next >