+1 > On Oct 22, 2018, at 4:26 PM, Jonathan Gibbons <jonathan.gibb...@oracle.com> > wrote: > > Please review a small fix to a couple of classes in java.base to fix a number > of broken links in the API documentation. In 3 places, the anchor > |ClassLoader.html#name| is updated to |ClassLoader.html#binary-name|. > > JBS: https://bugs.openjdk.java.net/browse/JDK-8211876 > Webrev: http://cr.openjdk.java.net/~jjg/8211876/webrev.00/ > <http://cr.openjdk.java.net/%7Ejjg/8211876/webrev.00/> > > — Jon > > The patch is small enough to also include here: > > |--- old/src/java.base/share/classes/java/lang/Class.java 2018-10-22 > 13:11:51.810081861 -0700 +++ > new/src/java.base/share/classes/java/lang/Class.java 2018-10-22 > 13:11:51.522081849 -0700 @@ -405,7 +405,7 @@ /** - * Returns the {@code > Class} with the given <a href="ClassLoader.html#name"> + * Returns the {@code > Class} with the given <a href="ClassLoader.html#binary-name"> * binary > name</a> in the given module. * * <p> This method attempts to locate, load, > and link the class or interface. @@ -427,7 +427,7 @@ * loads a class in > another module. * * @param module A module - * @param name The <a > href="ClassLoader.html#name">binary name</a> + * @param name The <a > href="ClassLoader.html#binary-name">binary name</a> * of the class * @return > {@code Class} object of the given name defined in the given module; * {@code > null} if not found. --- > old/src/java.base/share/classes/java/lang/StackWalker.java 2018-10-22 > 13:11:52.662081896 -0700 +++ > new/src/java.base/share/classes/java/lang/StackWalker.java 2018-10-22 > 13:11:52.306081882 -0700 @@ -100,7 +100,7 @@ */ public interface StackFrame { > /** - * Gets the <a href="ClassLoader.html#name">binary name</a> + * Gets the > <a href="ClassLoader.html#binary-name">binary name</a> * of the declaring > class of the method represented by this stack frame. * * @return the binary > name of the declaring class of the method | > >
<http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif>Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 lance.ander...@oracle.com <mailto:lance.ander...@oracle.com>