Re: JEP 125: Network Interface Aliases, Events, and Defaults

2011-11-06 Thread Dr Andrew John Hughes
On 12:29 Thu 03 Nov , mark.reinh...@oracle.com wrote: > Posted: http://openjdk.java.net/jeps/125 > > - Mark Could these not be posted in the mail with a link to the online version? They're just text after all. It's annoying to have numerous mails with just a link in, and it means having to

Re: Different javac options for explicitly and automatically compiled files

2011-08-01 Thread Dr Andrew John Hughes
On 11:07 Mon 01 Aug , Alexandre Boulgakov wrote: > Hello Kelly, > > Do you know the answer to this one? > > Thanks, > Sasha > > On 7/29/2011 11:37 AM, Alexandre Boulgakov wrote: > > Hello, > > > > I am working on removing the javac -Xlint warnings from java.net.*. > > After removing these w

Re: hg: jdk7/tl/jdk: 6626257: Update SWAN-specific webcaching to Oracle environment in the regression tests.

2011-04-14 Thread Dr Andrew John Hughes
On 14 April 2011 00:17, wrote: > Changeset: 65b6fe866a6f > Author:    wetmore > Date:      2011-04-13 16:12 -0700 > URL:       http://hg.openjdk.java.net/jdk7/tl/jdk/rev/65b6fe866a6f > > 6626257: Update SWAN-specific webcaching to Oracle environment in the > regression tests. > Reviewed-by: vale

Re: Request to backport 6644726

2011-02-14 Thread Dr Andrew John Hughes
On 11:35 Fri 11 Feb , Joe Darcy wrote: > Networking team, > > Any comments on backporting this change to OpenJDK 6? My inclination is > to approve the backport, but I want your input on the issue. > > -Joe > > On 2/8/2011 1:19 AM, Florian Weimer wrote: > > This change: > > > > # User jccol

Re: Code Review 6882910: Unexplained lack of IP4 network ability when transparent IP6 to IP4 is disabled.

2010-08-10 Thread Dr Andrew John Hughes
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. > >