skovalev [Fri, 23 Sep 2016 12:08:38 +0300] rev 41127
8166553: undeclared dependencies for two IO tests
Reviewed-by: bpb
Contributed-by: Sergei Kovalev <sergei.kovalev@oracle.com>
robm [Fri, 23 Sep 2016 15:31:46 +0100] rev 41126
8159410: InetAddress.isReachable returns true for non existing IP adresses
Reviewed-by: chegar, coffeys
mhaupt [Fri, 23 Sep 2016 15:20:49 +0200] rev 41125
8161211: better inlining support for loop bytecode intrinsics
Reviewed-by: jrose, vlivanov, redestad
xiaofeya [Fri, 23 Sep 2016 03:15:00 -0700] rev 41124
8085049: java/net/MulticastSocket/TimeToLive.java fails intermittently with "Address already in use"
Reviewed-by: chegar
valeriep [Fri, 23 Sep 2016 01:08:24 +0000] rev 41123
8136355: CKM_SSL3_KEY_AND_MAC_DERIVE no longer available by default on Solaris 12
Summary: Enhanced to detect and throw InvalidAlgorithmParameterException if SSLv3 is requested but unsupported
Reviewed-by: xuelei
lana [Thu, 22 Sep 2016 18:31:42 +0000] rev 41122
Merge
coffeys [Thu, 22 Sep 2016 17:21:10 +0100] rev 41121
8151832: Improve exception messages in exception thrown by new JDK 9 code
Reviewed-by: alanb
jnimeh [Thu, 22 Sep 2016 07:28:40 -0700] rev 41120
8049516: sun.security.provider.SeedGenerator throws ArrayIndexOutOfBoundsException
Summary: Prevent the latch inside ThreadedSeedGenerator.run() from overflowing into a negative value causing a negative index array lookup.
Reviewed-by: xuelei, weijun