On Tue, 14 Apr 2026 12:56:34 GMT, Mikhail Yankelevich <[email protected]> wrote:
>> Introduced a countdown latch to prevent intermittent failure >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Mikhail Yankelevich has updated the pull request incrementally with one > additional commit since the last revision: > > Update test/jdk/javax/net/ssl/TLS/TestJSSE.java > > Co-authored-by: Andrey Turbanov <[email protected]> I don't think this addresses the failure, the problem is not that client connects before server start, but the server thread may be stuck waiting. The better fix would be to wait on serverThread a member of Server object and to wait for it to join on close in JSSEServer. ------------- PR Comment: https://git.openjdk.org/jdk/pull/30538#issuecomment-4346432515
