hg: jdk7/jsn/jdk: 6558853: getHostAddress() on connections using IPv6 link-local addrs should have zone id

2008-04-18 Thread jean-christophe . collet
Changeset: a71ab67d3ece Author:jccollet Date: 2008-04-18 15:23 +0200 URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/a71ab67d3ece 6558853: getHostAddress() on connections using IPv6 link-local addrs should have zone id Summary: Set the scope_id_set flag when necessary Reviewed-by:

Re: Code review needed for 6558853

2008-04-18 Thread Christopher Hegarty - Sun Microsystems Ireland
This change looks good. -Chris. Jean-Christophe Collet wrote: I need a code review for the simple fix to 6558853. It's a simple case of a flag not set in the native code when creating a Inet6Address. Patch attached below. Thanks

Code review needed for 6558853

2008-04-18 Thread Jean-Christophe Collet
I need a code review for the simple fix to 6558853. It's a simple case of a flag not set in the native code when creating a Inet6Address. Patch attached below. Thanks --- /home/jccollet/tmp/webrev/raw_files/old/src/share/native/java/net/net_util.c 2008-04-18 13:59:44.0 +0200 +++ /home/