On Tue, 28 Apr 2026 16:13:58 GMT, Daniel Fuchs <[email protected]> wrote:
>> Mikhail Yankelevich has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Daniel's comments > > test/jdk/sun/net/www/protocol/https/HttpsURLConnection/CloseKeepAliveCached.java > line 102: > >> 100: * Is the server ready to serve? >> 101: */ >> 102: final static CountDownLatch serverReady = new CountDownLatch(1); > > Suggestion: > > static final CountDownLatch serverReady = new CountDownLatch(1); yep ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23469#discussion_r3155645469
