RFR: 8344059: Remove doPrivileged calls from windows platform sources in the java.desktop module [v5]

Prasanta Sadhukhan psadhukhan at openjdk.org
Fri Nov 15 14:22:12 UTC 2024


On Fri, 15 Nov 2024 12:35:50 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   remove missed SuppressWarnings
>
> src/java.desktop/windows/classes/sun/awt/Win32FontManager.java line 264:
> 
>> 262:         java.security.AccessController.doPrivileged(
>> 263:             new java.security.PrivilegedAction<Object>() {
>> 264:                 public Object run() {
> 
> Is the `@SuppressWarnings("removal")` on this method still needed?

removed

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/22083#discussion_r1843901352


More information about the client-libs-dev mailing list