--- old/src/java.base/share/classes/java/lang/invoke/MethodHandles.java 2020-03-31 17:00:49.000000000 -0700 +++ new/src/java.base/share/classes/java/lang/invoke/MethodHandles.java 2020-03-31 17:00:49.000000000 -0700 @@ -573,7 +573,7 @@ * that the receiver argument must match both the resolved method and * the current class. Again, this requirement is enforced by narrowing the * type of the leading parameter to the resulting method handle. - * (See the Java Virtual Machine Specification, section {@jmvs 4.10.1.9}.) + * (See the Java Virtual Machine Specification, section {@jvms 4.10.1.9}.) *

* The JVM represents constructors and static initializer blocks as internal methods * with special names ({@code ""} and {@code ""}). @@ -1793,7 +1793,7 @@ *

Let {@code L} be the defining class loader of the lookup class of this {@code Lookup}. * *

{@code C} is derived with name {@code CN}, class loader {@code L}, and - * purported representation {@code newBytes} as if by the rules of JVMS 5.3.5, + * purported representation {@code newBytes} as if by the rules of JVMS {@jvms 5.3.5}, * with the following adjustments: *