RFR: 8352905: Open some JComboBox bugs 1
Sergey Bylokhov
serb at openjdk.org
Fri Apr 11 03:55:27 UTC 2025
On Mon, 7 Apr 2025 22:50:14 GMT, Alisen Chung <achung at openjdk.org> wrote:
> Updating and opening some tests
test/jdk/javax/swing/JComboBox/bug4166593.java line 65:
> 63: }
> 64:
> 65: if (frame != null) {
frame is initialized on a different thread and accessed here without proper synchronization.
same issue with numberOfActionEvents
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24495#discussion_r2038756353
More information about the client-libs-dev
mailing list