This timeout may be caused by different code paths used to resolve
`InetAddress.getLoopbackAddress()` in the server thread and
`factory.createSocket("localhost",...)` in the client thread. I updated the
test to use getLoopbackAddress() for both threads.
---------
- [x] I confirm that I make this contribution in accordance with the [OpenJDK
Interim AI Policy](https://openjdk.org/legal/ai).
-------------
Commit messages:
- 8374454: Test
sun/security/ssl/CipherSuite/DisabledCipherSuitesNotNegotiated.java from
JDK-8356544 shows intermittent timeouts
Changes: https://git.openjdk.org/jdk/pull/30680/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30680&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8374454
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/30680.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/30680/head:pull/30680
PR: https://git.openjdk.org/jdk/pull/30680