RFR: 8344060: Remove doPrivileged calls from shared implementation code in the java.desktop module : part 1 [v6]
Alexey Ivanov
aivanov at openjdk.org
Wed Nov 20 09:01:20 UTC 2024
On Wed, 20 Nov 2024 04:18:53 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> Since JEP 486 : Permanently Disable the Security Manager
>> [https://bugs.openjdk.org/browse/JDK-8338625] is now integrated, calls to java.security.AccessController.doPrivileged are obsolete and can be removed.
>>
>> This PR takes care of some of the shared-platform files in the java.desktop module to have them removed.
>
> Prasanta Sadhukhan has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains six commits:
>
> - Merge master
> - Redundant wrapping
> - remove redundant assignment
> - Remove suppresswarnings
> - Remove Suppresswarning
> - 8344060: Remove doPrivileged calls from shared implementation code in the java.desktop module : part 1
Marked as reviewed by aivanov (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/22133#pullrequestreview-2447925438
More information about the client-libs-dev
mailing list