On Mon, 7 Apr 2025 22:50:14 GMT, Alisen Chung <ach...@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

Reply via email to