Looks good to me.
Vyom
 
----- Original message -----
From: Claes Redestad <claes.redes...@oracle.com>
Sent by: "net-dev" <net-dev-boun...@openjdk.java.net>
To: OpenJDK Network Dev list <net-dev@openjdk.java.net>
Cc:
Subject: [EXTERNAL] RFR: 8227720: Improve ExtendedSocketOptions initialization
Date: Tue, Jul 16, 2019 7:36 PM
 
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/ 

Testing: tier1-3

Thanks!

/Claes

 
 

Reply via email to