Hi,
Could you please review the following change for JDK-8160218?
http://cr.openjdk.java.net/~prappo/8160218/webrev.00/
http://bugs.openjdk.java.net/browse/JDK-8160218
This change addresses two "unrelated" issues that affected decoding of input
data spread across several buffers.
1. An incorrec
Hi Paul,
Ok, you kind of got me convinced and it is also a quite simple modification. I
changed from “java.net.SocketException: ioctl SIOCGSIZIFCONF failed: Bad file
number” to “java.net.SocketException: Bad file number (ioctl SIOCGSIZIFCONF
failed)” like you suggested.
The update is in pl