mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8338411: Implement JEP 486: Permanently Disable the Security Manager
Co-authored-by: Sean Mullan <mullan@openjdk.org> Co-authored-by: Alan Bateman <alanb@openjdk.org> Co-authored-by: Weijun Wang <weijun@openjdk.org> Co-authored-by: Aleksei Efimov <aefimov@openjdk.org> Co-authored-by: Brian Burkhalter <bpb@openjdk.org> Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org> Co-authored-by: Harshitha Onkar <honkar@openjdk.org> Co-authored-by: Joe Wang <joehw@openjdk.org> Co-authored-by: Jorn Vernee <jvernee@openjdk.org> Co-authored-by: Justin Lu <jlu@openjdk.org> Co-authored-by: Kevin Walls <kevinw@openjdk.org> Co-authored-by: Lance Andersen <lancea@openjdk.org> Co-authored-by: Naoto Sato <naoto@openjdk.org> Co-authored-by: Roger Riggs <rriggs@openjdk.org> Co-authored-by: Brent Christian <bchristi@openjdk.org> Co-authored-by: Stuart Marks <smarks@openjdk.org> Co-authored-by: Ian Graves <igraves@openjdk.org> Co-authored-by: Phil Race <prr@openjdk.org> Co-authored-by: Erik Gahlin <egahlin@openjdk.org> Co-authored-by: Jaikiran Pai <jpai@openjdk.org> Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
This commit is contained in:
parent
c12b386d19
commit
db85090553
1885 changed files with 5528 additions and 65650 deletions
|
@ -944,9 +944,6 @@ public abstract class ResourceBundle {
|
|||
* @param module the module for which the resource bundle is searched
|
||||
* @throws NullPointerException
|
||||
* if {@code baseName} or {@code module} is {@code null}
|
||||
* @throws SecurityException
|
||||
* if a security manager exists and the caller is not the specified
|
||||
* module and doesn't have {@code RuntimePermission("getClassLoader")}
|
||||
* @throws MissingResourceException
|
||||
* if no resource bundle for the specified base name can be found in the
|
||||
* specified module
|
||||
|
@ -997,9 +994,6 @@ public abstract class ResourceBundle {
|
|||
* @throws NullPointerException
|
||||
* if {@code baseName}, {@code targetLocale}, or {@code module} is
|
||||
* {@code null}
|
||||
* @throws SecurityException
|
||||
* if a security manager exists and the caller is not the specified
|
||||
* module and doesn't have {@code RuntimePermission("getClassLoader")}
|
||||
* @throws MissingResourceException
|
||||
* if no resource bundle for the specified base name and locale can
|
||||
* be found in the specified {@code module}
|
||||
|
@ -3134,10 +3128,6 @@ public abstract class ResourceBundle {
|
|||
* reason.
|
||||
* @throws ExceptionInInitializerError
|
||||
* if the initialization provoked by this method fails.
|
||||
* @throws SecurityException
|
||||
* If a security manager is present and creation of new
|
||||
* instances is denied. See {@link Class#newInstance()}
|
||||
* for details.
|
||||
* @throws IOException
|
||||
* if an error occurred when reading resources using
|
||||
* any I/O operations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue