Re: RFR: 8345502: Remove doIntersectionPrivilege methods [v3]

2024-12-04 Thread Weijun Wang
On Wed, 4 Dec 2024 16:24:55 GMT, Sean Mullan wrote: >> The internal `ProtectionDomain.doIntersectionPrivilege` methods can be >> removed as all dependencies have been removed in post JEP 486 cleanup issues. > > Sean Mullan has updated the pull request incrementally with one additional > commit

Re: RFR: 8345502: Remove doIntersectionPrivilege methods [v3]

2024-12-04 Thread Sean Mullan
> The internal `ProtectionDomain.doIntersectionPrivilege` methods can be > removed as all dependencies have been removed in post JEP 486 cleanup issues. Sean Mullan has updated the pull request incrementally with one additional commit since the last revision: Add # to linkplain link. ---

Re: RFR: 8345502: Remove doIntersectionPrivilege methods

2024-12-04 Thread Sean Mullan
On Wed, 4 Dec 2024 15:53:37 GMT, Weijun Wang wrote: > I see in `SharedSecrets` these 2 imports are useless. Not sure if you want to > take this chance to remove them as well. > > ``` > import java.io.PrintStream; > import java.io.PrintWriter; > ``` Sure. Fixed. - PR Comment: http

Re: RFR: 8345502: Remove doIntersectionPrivilege methods [v2]

2024-12-04 Thread Sean Mullan
> The internal `ProtectionDomain.doIntersectionPrivilege` methods can be > removed as all dependencies have been removed in post JEP 486 cleanup issues. Sean Mullan has updated the pull request incrementally with one additional commit since the last revision: Remove unused imports. -

Re: RFR: 8345502: Remove doIntersectionPrivilege methods [v2]

2024-12-04 Thread Weijun Wang
On Wed, 4 Dec 2024 15:59:44 GMT, Sean Mullan wrote: >> The internal `ProtectionDomain.doIntersectionPrivilege` methods can be >> removed as all dependencies have been removed in post JEP 486 cleanup issues. > > Sean Mullan has updated the pull request incrementally with one additional > commit

Re: RFR: 8345502: Remove doIntersectionPrivilege methods

2024-12-04 Thread Weijun Wang
On Wed, 4 Dec 2024 15:40:03 GMT, Sean Mullan wrote: > The internal `ProtectionDomain.doIntersectionPrivilege` methods can be > removed as all dependencies have been removed in post JEP 486 cleanup issues. I see in `SharedSecrets` these 2 imports are useless. Not sure if you want to take this c

RFR: 8345502: Remove doIntersectionPrivilege methods

2024-12-04 Thread Sean Mullan
The internal `ProtectionDomain.doIntersectionPrivilege` methods can be removed as all dependencies have been removed in post JEP 486 cleanup issues. - Commit messages: - Initial cleanup. Changes: https://git.openjdk.org/jdk/pull/22548/files Webrev: https://webrevs.openjdk.org/?re