Re: RFR: 8343150: Remove URLClassLoader.getPermissions after JEP 486 integration [v3]

2024-11-22 Thread Daniel Fuchs
On Fri, 22 Nov 2024 11:04:35 GMT, Jaikiran Pai 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 throu

Re: RFR: 8343150: Remove URLClassLoader.getPermissions after JEP 486 integration [v3]

2024-11-22 Thread Jaikiran Pai
> 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 long

Re: RFR: 8343150: Remove URLClassLoader.getPermissions after JEP 486 integration [v2]

2024-11-19 Thread Jaikiran Pai
On Tue, 19 Nov 2024 11:00:49 GMT, Michael McMahon wrote: >> Jaikiran Pai has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains three additional >> com

Re: RFR: 8343150: Remove URLClassLoader.getPermissions after JEP 486 integration [v2]

2024-11-19 Thread Michael McMahon
On Tue, 19 Nov 2024 09:49:34 GMT, Jaikiran Pai 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 throu

Re: RFR: 8343150: Remove URLClassLoader.getPermissions after JEP 486 integration [v2]

2024-11-19 Thread Jaikiran Pai
> 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 long

Re: RFR: 8343150: Remove URLClassLoader.getPermissions after JEP 486 integration

2024-11-18 Thread Michael McMahon
On Sun, 17 Nov 2024 04:16:54 GMT, Jaikiran Pai 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 JE

Re: RFR: 8343150: Remove URLClassLoader.getPermissions after JEP 486 integration

2024-11-16 Thread Jaikiran Pai
On Sun, 17 Nov 2024 04:16:54 GMT, Jaikiran Pai 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 JE