RFR: 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports - (core libraries)
Daniel Fuchs
daniel.fuchs at oracle.com
Tue May 5 12:42:37 UTC 2020
Hi Mikael,
I spotted another place where a residual reference to Solaris
remains in a comment:
src/java.base/unix/native/libnet/PlainSocketImpl.c
857 #if defined(_AIX)
858 if (errno == EINVAL) {
859 // On Solaris setsockopt will set errno to EINVAL if
the socket
860 // is closed. The default error message is then confusing
Otherwise I had a look at the networking related files and
the changes seemed reasonable to me.
best regards,
-- daniel
On 04/05/2020 06:12, Mikael Vidstedt wrote:
> Please review this change which implements part of JEP 381:
>
> JBS:https://bugs.openjdk.java.net/browse/JDK-8244224
> webrev:http://cr.openjdk.java.net/~mikael/webrevs/8244224/webrev.00/corelibs/open/webrev/
> JEP:https://bugs.openjdk.java.net/browse/JDK-8241787
>
More information about the net-dev
mailing list