On Tue, 24 Feb 2026 19:33:37 GMT, Sergey Bylokhov <[email protected]> wrote:
>> Phil Race has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> 8378389
>
> src/java.desktop/share/classes/javax/swing/RepaintManager.java line 261:
>
>> 259: */
>> 260: static RepaintManager currentManager(AppContext appContext) {
>> 261: RepaintManager rm =
>> (RepaintManager)appContext.get(repaintManagerKey);
>
> It is invisible in the diff but seems the repaintManagerKey field is not
> needed anymore?
right not needed any more. Removed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29862#discussion_r2849499516