hg: jdk7/tl/jdk: 2 new changesets

2009-12-23 Thread weijun . wang
Changeset: 6a80c535f02e Author:weijun Date: 2009-12-24 13:56 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6a80c535f02e 6843127: krb5 should not try to access unavailable kdc too often Reviewed-by: valeriep, mullan ! src/share/classes/sun/security/krb5/Config.java ! src/sha

hg: jdk7/tl/jdk: 6908348: java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java get OOME for unbounded queues

2009-12-23 Thread martinrb
Changeset: 49bc2b443eca Author:dl Date: 2009-12-23 15:57 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/49bc2b443eca 6908348: java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java get OOME for unbounded queues Reviewed-by: martin, dholmes ! test/java/util/c

Re: Need reviewer - fixing tests to work with CYGWIN

2009-12-23 Thread Tim Bell
Hi Kelly- > Need reviewer - fixing tests to work with CYGWIN > > No hurry on this. I think it's final, but need to run the tests > a few times with both MKS and cygwin, and on all platforms to verify > I haven't broken anything. That's good. The changes look fine to me: > 6910834: TEST: java/io

hg: jdk7/tl/jdk: 6912893: (build) make/java/nio/FILES_java.gmk doesn't list sun.nio.cs.Unicode

2009-12-23 Thread ahughes
Changeset: 4a062158d2c5 Author:andrew Date: 2009-12-23 17:17 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/4a062158d2c5 6912893: (build) make/java/nio/FILES_java.gmk doesn't list sun.nio.cs.Unicode Summary: Add missing Java source file Reviewed-by: alanb ! make/java/nio/FIL

Re: Need reviewer - fixing tests to work with CYGWIN

2009-12-23 Thread Kelly O'Hair
Nicolay Haustov wrote: Kelly, The changes look fine. Thanks. Unfortunately I need an openjdk name to put in the Changeset comment. It would be great if you could take this opportunity to unify platform setup and other common tasks in shell tests. All that you say below is true, and uni

hg: jdk7/tl/jdk: 6912628: test/java/util/jar/JarFile/TurkCert.java cannot be run in samevm mode

2009-12-23 Thread ptisnovs
Changeset: 94feb5bd31bd Author:ptisnovs Date: 2009-12-23 11:18 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/94feb5bd31bd 6912628: test/java/util/jar/JarFile/TurkCert.java cannot be run in samevm mode Summary: Added tag to run this test in othervm Reviewed-by: chegar ! test

Re: Need reviewer - fixing tests to work with CYGWIN

2009-12-23 Thread Nicolay Haustov
Kelly, The changes look fine. It would be great if you could take this opportunity to unify platform setup and other common tasks in shell tests. There is lots of duplicate code dealing with it in each test. It would be good if all of it was moved to common script. Then each test can import