On 08/10/2013 00:00, Brian Burkhalter wrote:
Resuming this discussion …
Thanks for the previous comments. My feeling at this point is to do one of two
things:
A) defer to something after JDK 8, or
B) on EAI_AGAIN do not retry but set the cause of the UAE to "new
SomeException(gai_strerror(err
Changeset: b90dcd1a71bf
Author:psandoz
Date: 2013-10-08 11:17 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b90dcd1a71bf
8025136: SplittableRandom enchancements
Reviewed-by: psandoz, martin
Contributed-by: Doug Lea , Guy Steele
! src/share/classes/java/util/Random.java
!
Changeset: 95bb56c61276
Author:alanb
Date: 2013-10-08 10:49 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/95bb56c61276
8024788: (fs) Files.readAllBytes uses FileChannel which may not be supported by
all providers
Reviewed-by: chegar
! src/share/classes/java/nio/file/Files.
Hi,
This change updates HttpURLPermission to grant a SocketPermission with a
literal IP address
rather than the String hostname when the IP address is available (this
gets looked up anyway.
So, we're not adding any additional name service lookups). By granting a
permission with
a literal IP ad
Changeset: f1e31376f419
Author:robm
Date: 2013-10-09 00:10 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f1e31376f419
7180557: InetAddress.getLocalHost throws UnknownHostException on java7u5 on OSX
webbugs
Reviewed-by: chegar, dsamersoff
! src/solaris/native/java/net/Inet4