Re: Code Review 6993789: LinkedBlockingDeque iterator/descendingIterator loops and owns lock forever

2010-11-09 Thread Chris Hegarty
Rémi Forax wrote: Le 08/11/2010 15:03, Chris Hegarty a écrit : Doug, David, This webrev contains the fix for CR 6993789: LinkedBlockingDeque iterator/descendingIterator loops and owns lock forever, and also contains some other minor changes that we inherit for free when syncing to the

Mercurial repositories no longer work?

2010-11-09 Thread Alan Eliasen
When attempting to update my working copy of JDK 1.7, I attempted to perform a hg fpull and got the error: TypeError: transaction() takes exactly 2 arguments (1 given) A little research indicates a few things: * The mercurial forest extension is no longer maintained. * It is

Re: Mercurial repositories no longer work?

2010-11-09 Thread Alan Bateman
Alan Eliasen wrote: When attempting to update my working copy of JDK 1.7, I attempted to perform a hg fpull and got the error: TypeError: transaction() takes exactly 2 arguments (1 given) A little research indicates a few things: * The mercurial forest extension is no longer

Re: Mercurial repositories no longer work?

2010-11-09 Thread Alan Eliasen
On 11/09/2010 03:13 AM, Alan Bateman wrote: The web-discuss mailing list is the place for infrastructure discussion. As it happens, someone started a discussion about this issue just a few days ago: http://mail.openjdk.java.net/pipermail/web-discuss/2010-November/000139.html Since this

Re: Mercurial repositories no longer work?

2010-11-09 Thread Kelly O'Hair
On Nov 9, 2010, at 3:42 AM, Alan Eliasen wrote: On 11/09/2010 03:13 AM, Alan Bateman wrote: The web-discuss mailing list is the place for infrastructure discussion. As it happens, someone started a discussion about this issue just a few days ago:

hg: jdk7/tl/jdk: 6998250: Remove redundant src/solaris/classes/sun/net/www/protocol/http/NTLMAuthentication.java

2010-11-09 Thread chris . hegarty
Changeset: 00d9ecc5dceb Author:chegar Date: 2010-11-09 16:34 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/00d9ecc5dceb 6998250: Remove redundant src/solaris/classes/sun/net/www/protocol/http/NTLMAuthentication.java Reviewed-by: alanb -

Re: Differences in Process#destroy() between Windows and Unix implementations

2010-11-09 Thread David Holmes
Hi Andreas, On 10/11/2010 5:31 AM, Andreas Kohn wrote: there seems to be a difference in behavior between Process#destroy() implementations on Windows and !Windows: on Windows TerminateProcess() [1] is called, which gives the process no way to react or in any way intercept the termination,

hg: jdk7/tl/jdk: 2 new changesets

2010-11-09 Thread alan . bateman
Changeset: c164d0d59465 Author:alanb Date: 2010-11-09 18:56 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c164d0d59465 6979009: (fc) FileChannel.read() fails to throw ClosedByInterruptException Reviewed-by: forax, sherman, chegar ! src/share/classes/java/lang/Thread.java !

hg: jdk7/tl/langtools: 6997958: test tools/javac/api/T6412669.java fails in PIT

2010-11-09 Thread jonathan . gibbons
Changeset: a0d9d642f65b Author:jjg Date: 2010-11-09 17:49 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/a0d9d642f65b 6997958: test tools/javac/api/T6412669.java fails in PIT Reviewed-by: darcy ! test/tools/javac/api/T6412669.java