RFR: 8346468: SM cleanup of common test library [v3]
Jaikiran Pai
jpai at openjdk.org
Fri Jan 10 15:58:41 UTC 2025
On Wed, 18 Dec 2024 21:07:14 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> SM Cleanup of common test library test/lib/...:
>>
>> Remove unnecessary catches of SecurityException
>> Remove AccessController and doPrivileged from SimpleSSLContext and ProcessTools.
>
> Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:
>
> Removed more references to WhiteBox$Permission
Overall this looks good to me. I am not familiar with the purpose of `WhiteBoxPermission`, but with the SecurityManager gone, I think removing it and its usage from the tests is the right thing.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22814#issuecomment-2583042687
More information about the net-dev
mailing list