RFR: 8327137: Add test for ConcurrentModificationException in BasicDirectoryModel [v3]

Sergey Bylokhov serb at openjdk.org
Fri Mar 22 21:07:29 UTC 2024


On Tue, 19 Mar 2024 17:03:25 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>Instantiating JFileChooser on EDT adds complexity for no benefit. The JFileChooser is still accessed concurrently from several threads, including Swing internal thread.

But still, this is a common requirement to create UI components on EDT, and that will replicate more or less how it will work in the application.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18109#discussion_r1536222501


More information about the client-libs-dev mailing list