8166914: URLClassLoader spec needs to mention that it's MR-aware
Reviewed-by: mchung, alanb
This commit is contained in:
parent
7257873cbf
commit
c7da82e9c0
@ -72,6 +72,10 @@ import sun.security.util.SecurityConstants;
|
||||
* <p>
|
||||
* The classes that are loaded are by default granted permission only to
|
||||
* 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
|
||||
* @since 1.2
|
||||
|
@ -48,8 +48,8 @@ import sun.security.util.SignatureFileVerifier;
|
||||
* processing multi-release jar files. The {@code Manifest} can be used
|
||||
* to specify meta-information about the jar file and its entries.
|
||||
*
|
||||
* <p>A multi-release jar file is a jar file that contains
|
||||
* a manifest with a main attribute named "Multi-Release",
|
||||
* <p><a name="multirelease">A multi-release jar file</a> is a jar file that
|
||||
* contains a manifest with a main attribute named "Multi-Release",
|
||||
* 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,
|
||||
* and a set of "versioned" entries contained in subdirectories of the
|
||||
|
Loading…
x
Reference in New Issue
Block a user