<i18n dev> RFR: 8344061: Remove doPrivileged calls from shared implementation code in the java.desktop module : part 2 [v2]

Phil Race prr at openjdk.org
Sun Nov 17 06:07:07 UTC 2024


On Fri, 15 Nov 2024 23:04:31 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8344061
>
> src/java.desktop/share/classes/sun/awt/AppContext.java line 248:
> 
>> 246:             new ThreadLocal<AppContext>();
>> 247: 
>> 248:     //@SuppressWarnings("removal")
> 
> `@SuppressWarnings("removal")` is commented out? Probably meant to remove it?

ok

> src/java.desktop/share/classes/sun/awt/CausedFocusEvent.java line 73:
> 
>> 71:     }
>> 72: 
>> 73:     //@SuppressWarnings("removal")
> 
> Same here - did you mean to remove it?

effectively is removed. deleted

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22161#discussion_r1845297916
PR Review Comment: https://git.openjdk.org/jdk/pull/22161#discussion_r1845297959


More information about the i18n-dev mailing list