--- old/src/java.base/share/classes/java/lang/invoke/MethodHandleInfo.java 2019-05-15 13:57:38.375708943 -0400 +++ new/src/java.base/share/classes/java/lang/invoke/MethodHandleInfo.java 2019-05-15 13:57:38.003707098 -0400 @@ -153,8 +153,7 @@ 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. + * 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();