On Fri, 25 Jun 2021 04:25:08 GMT, Alex Menkov <amen...@openjdk.org> wrote:

> Please review this trivial fix in the cycle condition.
> 
> The cycle should run until connection is established 
> (connection.isConnected() returns true) or error occurred (error != null)
> This wrong condition causes test error if ListenerThread.getConnection() 
> reaches "synchronized (this)" section earlier than ListenerThread.run()

Marked as reviewed by kevinw (Committer).

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

PR: https://git.openjdk.java.net/jdk/pull/4593

Reply via email to