< prev index next >

src/java.base/share/classes/java/lang/Module.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 83,93 **** * not in a named module are members of their defining class loader's unnamed * module. </p> * * <p> The package names that are parameters or returned by methods defined in * this class are the fully-qualified names of the packages as defined in ! * section 6.5.3 of <cite>The Java&trade; Language Specification</cite>, for * example, {@code "java.lang"}. </p> * * <p> Unless otherwise specified, passing a {@code null} argument to a method * in this class causes a {@link NullPointerException NullPointerException} to * be thrown. </p> --- 83,93 ---- * not in a named module are members of their defining class loader's unnamed * module. </p> * * <p> The package names that are parameters or returned by methods defined in * this class are the fully-qualified names of the packages as defined in ! * section 6.5.3 of <cite>The Java Language Specification</cite>, for * example, {@code "java.lang"}. </p> * * <p> Unless otherwise specified, passing a {@code null} argument to a method * in this class causes a {@link NullPointerException NullPointerException} to * be thrown. </p>
*** 670,680 **** * the given package to the given module. * * <p> This method has no effect if the package is already exported (or * <em>open</em>) to the given module. </p> * ! * @apiNote As specified in section 5.4.3 of the <cite>The Java&trade; * Virtual Machine Specification </cite>, if an attempt to resolve a * symbolic reference fails because of a linkage error, then subsequent * attempts to resolve the reference always fail with the same error that * was thrown as a result of the initial resolution attempt. * --- 670,680 ---- * the given package to the given module. * * <p> This method has no effect if the package is already exported (or * <em>open</em>) to the given module. </p> * ! * @apiNote As specified in section 5.4.3 of the <cite>The Java * Virtual Machine Specification </cite>, if an attempt to resolve a * symbolic reference fails because of a linkage error, then subsequent * attempts to resolve the reference always fail with the same error that * was thrown as a result of the initial resolution attempt. *
< prev index next >