Changeset: da5b67ac7755
Author:sherman
Date: 2010-08-10 13:15 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/da5b67ac7755
6923794: About 40 JCK test case fail with AssertionError if -esa option is
specified
Summary: removed the assert
Reviewed-by: alanb
! src/solaris/classe
Changeset: 1f996198877b
Author:chegar
Date: 2010-08-10 17:30 +0100
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1f996198877b
6882910: Unexplained lack of IP4 network ability when transparent IP6 to IP4 is
disabled.
Reviewed-by: alanb
! src/solaris/native/java/net/PlainDatagramS
Changeset: a2d8c7071f24
Author:mcimadamore
Date: 2010-08-10 14:52 +0100
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/a2d8c7071f24
6975275: diamond implementation needs some cleanup
Summary: resolution issues during diamond inference should be reported through
Resolve.logRe
Changeset: 3e239fe92832
Author:lancea
Date: 2010-08-10 10:07 -0400
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/3e239fe92832
6898593: java.sql.Date.valueOf no exception if date given is not in the JDBC
date escape syntax
Reviewed-by: minqi
! src/share/classes/java/sql/Date.java
Dr Andrew John Hughes wrote:
:
6342561 is also related to this; see
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2010-April/008866.html
Yes, it seems to be the same issue although 6342561 it seems to have
been submitted to a java_plugin category for some reason. We've always
assumed
Dr Andrew John Hughes wrote:
On 9 August 2010 16:12, Chris Hegarty wrote:
Alan,
Don't assume sockets will default to dual stack, explicitly set IPV6_V6ONLY
to 0. Apparently some Linux distros ship with net.ipv6.bindv6only=1
restricting sending and receiving to IPv6 packets only. Changes both n
On 9 August 2010 16:12, Chris Hegarty wrote:
> Alan,
>
> Don't assume sockets will default to dual stack, explicitly set IPV6_V6ONLY
> to 0. Apparently some Linux distros ship with net.ipv6.bindv6only=1
> restricting sending and receiving to IPv6 packets only. Changes both net and
> nio code.
>
>
Alan Bateman wrote:
Chris Hegarty wrote:
Alan,
Don't assume sockets will default to dual stack, explicitly set
IPV6_V6ONLY to 0. Apparently some Linux distros ship with
net.ipv6.bindv6only=1 restricting sending and receiving to IPv6
packets only. Changes both net and nio code.
Webrev:
ht