RFR: 8367376: Bad ButtonUI prevents other components from updating when system changes desktop properties [v2]

Phil Race prr at openjdk.org
Mon Sep 15 17:20:46 UTC 2025


On Thu, 11 Sep 2025 07:06:20 GMT, Jeremy Wood <jwood at openjdk.org> wrote:

>> Previously:
>> 
>> If DesktopProperty#updateAllUIs threw an exception, we would never reset the update-pending property to false. This means any subsequent call to `updateUI()` would not attempt to call `updateAllUIs()`
>> 
>> With this change:
>> Subsequent calls to DesktopProperty#updateUI() can still trigger at least one call to updateAllUIs().
>
> Jeremy Wood has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8367376: trivial typos in comment

Looks reasonable to me.
@prsadhuk please review.

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

Marked as reviewed by prr (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/27205#pullrequestreview-3225602592


More information about the client-libs-dev mailing list