RFR: 8344063: Remove doPrivileged calls from swing classes in the java.desktop module
Phil Race
prr at openjdk.org
Thu Nov 14 19:33:59 UTC 2024
On Thu, 14 Nov 2024 19:27:30 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> src/java.desktop/share/classes/javax/swing/RepaintManager.java line 216:
>>
>>> 214: @SuppressWarnings("removal")
>>> 215: var t1 = "true".equals(AccessController.
>>> 216: doPrivileged(new GetPropertyAction(
>>
>> Missed the GetPropertyAction import for this file (can't annotate there)
>
> This will need to be a follow-up at this point.
oops. I was already integrating when this comment came in.
I will fix in a follow-up.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22090#discussion_r1842782033
More information about the client-libs-dev
mailing list