Claes, > On 16 Jul 2019, at 15:06, Claes Redestad <claes.redes...@oracle.com> wrote: > > Hi, > > a small cleanup and startup optimization for apps that setup and/or use > sockets of various kinds, which pulls in ExtendedSocketOptions. By being > slightly more eager we avoid a few potentially costly streams (featuring > capturing lambdas) that we'd end up calling eagerly from places like > AbstractPlainSocketImpl anyhow. > > Bug: https://bugs.openjdk.java.net/browse/JDK-8227720 > Webrev: http://cr.openjdk.java.net/~redestad/8227720/open.00/
This looks good to me Claes. Thanks for doing it. Reviewed. -Chris.