lana [Thu, 01 Sep 2016 23:20:10 +0000] rev 40747
Added tag jdk-9+134 for changeset 6929cdb3e1c5
duke [Wed, 05 Jul 2017 22:10:05 +0200] rev 40746
Merge
alanbur [Tue, 06 Sep 2016 13:09:29 -0400] rev 40745
8161360: Deprecated vfork() should not be used on Solaris
Reviewed-by: rriggs, dsamersoff
sundar [Tue, 06 Sep 2016 18:16:56 +0530] rev 40744
8163952: jlink exclude VM plugin does not support static libraries
Reviewed-by: jlaskey
vtewari [Tue, 06 Sep 2016 14:11:12 +0530] rev 40743
8131061: Use of -Dcom.sun.management.snmp needs to be examined for modules
Reviewed-by: mchung, dfuchs
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
rriggs [Fri, 02 Sep 2016 12:30:46 -0400] rev 40738
8155102: (Process) Process.toString could include pid, isAlive, exitStatus
Reviewed-by: rriggs
Contributed-by: andrey.dyachkov@gmail.com