8166914: URLClassLoader spec needs to mention that it's MR-aware

Reviewed-by: mchung, alanb
This commit is contained in:
Paul Sandoz 2016-12-02 10:05:53 -08:00
parent 7257873cbf
commit c7da82e9c0
2 changed files with 6 additions and 2 deletions

View File

@ -72,6 +72,10 @@ import sun.security.util.SecurityConstants;
* <p> * <p>
* The classes that are loaded are by default granted permission only to * The classes that are loaded are by default granted permission only to
* access the URLs specified when the URLClassLoader was created. * access the URLs specified when the URLClassLoader was created.
* <p>
* This class loader supports the loading of classes from the contents of a
* <a href="../util/jar/JarFile.html#multirelease">multi-release</a> JAR file
* that is referred to by a given URL.
* *
* @author David Connelly * @author David Connelly
* @since 1.2 * @since 1.2

View File

@ -48,8 +48,8 @@ import sun.security.util.SignatureFileVerifier;
* processing multi-release jar files. The {@code Manifest} can be used * processing multi-release jar files. The {@code Manifest} can be used
* to specify meta-information about the jar file and its entries. * to specify meta-information about the jar file and its entries.
* *
* <p>A multi-release jar file is a jar file that contains * <p><a name="multirelease">A multi-release jar file</a> is a jar file that
* a manifest with a main attribute named "Multi-Release", * contains a manifest with a main attribute named "Multi-Release",
* a set of "base" entries, some of which are public classes with public * a set of "base" entries, some of which are public classes with public
* or protected methods that comprise the public interface of the jar file, * or protected methods that comprise the public interface of the jar file,
* and a set of "versioned" entries contained in subdirectories of the * and a set of "versioned" entries contained in subdirectories of the