On Sat, 29 Aug 2026 09:30:08 GMT, Bernd <[email protected]> wrote: >> Lee Jiwon has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8390064: Apply batched suggestions from code review >> >> Co-authored-by: Volkan Yazıcı <[email protected]> > > test/jdk/sun/net/www/http/HttpClient/IsAvailable.java line 175: > >> 173: private static final Predicate<HttpClient> AVAILABLE_ACCESSOR = >> findAvailableAccessor(); >> 174: >> 175: private static final Function<HttpClient, Socket> >> SERVER_SOCKET_ACCESSOR = findServerSocketAccessor(); > > Hm, what’s the reason for those additional closure indirection?
[the earlier review comment](https://github.com/openjdk/jdk/pull/32539#discussion_r3866127338) ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32539#discussion_r3886213375
