vtewari [Tue, 06 Sep 2016 13:57:03 +0530] rev 40742
8164730: Make it clear that 'cl' parameter passed to RMIConnector.OISWL is never null.
Summary: Added checks inside constructor of ObjectInputStreamWithLoader inner class. Test case added.
Reviewed-by: dfuchs, alanb
Contributed-by: amit.sapre@oracle.com
clanger [Mon, 05 Sep 2016 10:05:12 +0200] rev 40741
8163181: Further improvements for Unix NetworkInterface native implementation
Reviewed-by: chegar, msheppar
igerasim [Sat, 03 Sep 2016 13:43:01 +0300] rev 40740
8165243: Base64.Encoder.wrap(os).write(byte[],int,int) with incorrect arguments should not produce output
Reviewed-by: rriggs, alanb, sherman
bpb [Fri, 02 Sep 2016 12:38:27 -0700] rev 40739
8165000: Selector.select(timeout) throws IOException when timeout is a large long
Summary: Clamp the timeout passed to kevent0 to the largest value that does not provoke the error.
Reviewed-by: clanger, alanb