--- old/src/java.base/share/classes/java/lang/reflect/Method.java 2020-02-12 20:09:23.261675205 -0800 +++ new/src/java.base/share/classes/java/lang/reflect/Method.java 2020-02-12 20:09:23.033561213 -0800 @@ -503,7 +503,7 @@ * *

If the underlying method is an instance method, it is invoked * using dynamic method lookup as documented in The Java Language - * Specification, section 15.12.4.4; in particular, + * Specification, §{@jls 15.12.4.4}; in particular, * overriding based on the runtime type of the target object may occur. * *

If the underlying method is static, the class that declared