On Fri, 11 Sep 2026 20:53:11 GMT, Alexey Ivanov <[email protected]> wrote:
>> Matthias Baesken has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Remove desktopProperty
>
> src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsLookAndFeel.java
> line 2105:
>
>> 2103: // This desktop property is needed to trigger
>> reloading the icon.
>> 2104: // It is kept in member variable to avoid GC.
>> 2105: this.desktopProperty = new
>> TriggerDesktopProperty(desktopPropertyName) {
>
> The `desktopProperty` field can be removed too.
I removed the desktopProperty field.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/32419#discussion_r4013401297