-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 8, 21, 24
-
Component/s: client-libs
The java/awt/List/KeyEventsTest/KeyEventsTest.java test uses `TestState` object to keep track of the state which is stored in `currentState` field.
The object in `currentState` is accessed from different threads that modify its fields without additional synchronisation which is not thread-safe.
This is found in the code review forJDK-8339561:
https://github.com/openjdk/jdk/pull/20861#discussion_r1750819337
The object in `currentState` is accessed from different threads that modify its fields without additional synchronisation which is not thread-safe.
This is found in the code review for
https://github.com/openjdk/jdk/pull/20861#discussion_r1750819337
- relates to
-
JDK-8342541 Exclude List/KeyEventsTest/KeyEventsTest.java from running on macOS
-
- Resolved
-
-
JDK-8339561 The test/jdk/java/awt/Paint/ListRepaint.java may fail after JDK-8327401
-
- Resolved
-