--- old/src/java.base/share/classes/java/lang/BootstrapMethodError.java 2017-08-23 11:36:36.138642018 -0700 +++ new/src/java.base/share/classes/java/lang/BootstrapMethodError.java 2017-08-23 11:36:35.930632897 -0700 @@ -30,7 +30,7 @@ * failed to find its bootstrap method, * or the bootstrap method has failed to provide a * {@linkplain java.lang.invoke.CallSite call site} with a {@linkplain java.lang.invoke.CallSite#getTarget target} - * of the correct {@linkplain java.lang.invoke.MethodHandle#type method type}. + * of the correct {@linkplain java.lang.invoke.MethodHandle#type() method type}. * * @author John Rose, JSR 292 EG * @since 1.7