RFR: 8343150: Remove URLClassLoader.getPermissions after JEP 486 integration
Michael McMahon
michaelm at openjdk.org
Mon Nov 18 09:09:42 UTC 2024
On Sun, 17 Nov 2024 04:16:54 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
> Can I please get a review of this change which removes the `getPermissions()` method from the `URLClassLoader`? This addresses https://bugs.openjdk.org/browse/JDK-8343150.
>
> With the SecurityManager implementation removed through JEP 486, this method of the `URLClassLoader` is no longer relevant.
>
> No new tests have been added. tier1 and tier2 testing is currently in progress.
Looks fine.
-------------
Marked as reviewed by michaelm (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/22179#pullrequestreview-2441928120
More information about the net-dev
mailing list