--- old/src/java.base/share/classes/java/lang/invoke/MethodHandleInfo.java 2018-11-26 16:24:47.000000000 -0800 +++ new/src/java.base/share/classes/java/lang/invoke/MethodHandleInfo.java 2018-11-26 16:24:47.000000000 -0800 @@ -153,7 +153,8 @@ public int getReferenceKind(); /** - * Returns the class in which the cracked method handle's underlying member was defined. + * 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();