[jdk11u] Integrated: 8365389: Remove static color fields from SwingUtilities3 and WindowsMenuItemUI

Andrew John Hughes andrew at openjdk.org
Fri Sep 26 15:56:17 UTC 2025


On Thu, 25 Sep 2025 23:33:23 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

> I'd like to bring this late to 11u to assure the regression introduced by [JDK-8348760](https://bugs.openjdk.org/browse/JDK-8348760) doesn't get into the October release.
> Unfortunately the follow-up change [JDK-8365625](https://bugs.openjdk.org/browse/JDK-8365625) is not yet pushed, but this is further cleanup and a testcase; it is this change that contains the fix for the issue.
> 
> Backport to 11u is nearly clean. The only manual hunk to be applied was in `WindowsMenuItemUI.java` as the variable `changeListener` which appears in the context does not exist in 11u (something we discussed in https://github.com/openjdk/jdk11u/pull/104)
> 
> Re-testing by those with access to an appropriate Windows 11 environment would be helpful.

This pull request has now been integrated.

Changeset: 25a9b9e5
Author:    Andrew John Hughes <andrew at openjdk.org>
URL:       https://git.openjdk.org/jdk11u/commit/25a9b9e5594e88c9e1e66f95c7ca45d5a9da8854
Stats:     79 lines in 6 files changed: 14 ins; 51 del; 14 mod

8365389: Remove static color fields from SwingUtilities3 and WindowsMenuItemUI

Reviewed-by: sgehwolf
Backport-of: 3468c6e5ef7e7592cf9484736ce333fbe0eaf34d

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

PR: https://git.openjdk.org/jdk11u/pull/105


More information about the jdk-updates-dev mailing list