hg: jdk7/tl/langtools: 6931126: jtreg tests not Windows friendly

2010-03-03 Thread jonathan . gibbons
Changeset: 117c95448ab9 Author:jjg Date: 2010-03-03 19:34 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/117c95448ab9 6931126: jtreg tests not Windows friendly Reviewed-by: darcy ! test/tools/javac/ThrowsIntersection_1.java ! test/tools/javac/ThrowsIntersection_2.java

hg: jdk7/tl/jdk: 3 new changesets

2010-03-03 Thread weijun . wang
Changeset: 61c298558549 Author:weijun Date: 2010-03-04 10:37 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/61c298558549 6844909: support allow_weak_crypto in krb5.conf Reviewed-by: valeriep ! src/share/classes/sun/security/krb5/internal/crypto/EType.java + test/sun/security

hg: jdk7/tl/langtools: 6931927: position issues with synthesized anonymous class

2010-03-03 Thread jonathan . gibbons
Changeset: 7f5db2e8b423 Author:jjg Date: 2010-03-03 17:22 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/7f5db2e8b423 6931927: position issues with synthesized anonymous class Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/parser/JavacParser.java + test/too

hg: jdk7/tl/langtools: 6449781: TypeElement.getQualifiedName for anonymous classes returns null instead of an empty name

2010-03-03 Thread joe . darcy
Changeset: fc7132746501 Author:darcy Date: 2010-03-03 16:05 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/fc7132746501 6449781: TypeElement.getQualifiedName for anonymous classes returns null instead of an empty name Reviewed-by: jjg ! src/share/classes/com/sun/tools

hg: jdk7/tl/jdk: 6931763: sanity checks broken with latest cygwin, newer egrep -i option problems

2010-03-03 Thread kelly . ohair
Changeset: 507159d8d143 Author:ohair Date: 2010-03-03 11:29 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/507159d8d143 6931763: sanity checks broken with latest cygwin, newer egrep -i option problems Reviewed-by: jjg ! make/common/shared/Sanity.gmk

hg: jdk7/tl/jdk: 6931216: TEST_BUG: test/java/nio/file/WatchService/LotsOfEvents.java failed with NPE

2010-03-03 Thread alan . bateman
Changeset: cddb43b12d28 Author:alanb Date: 2010-03-03 16:09 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/cddb43b12d28 6931216: TEST_BUG: test/java/nio/file/WatchService/LotsOfEvents.java failed with NPE Reviewed-by: chegar ! test/java/nio/file/WatchService/LotsOfEvents.ja

Re: 6370908: Add support for HTTP_CONNECT proxy in Socket class

2010-03-03 Thread Christopher Hegarty -Sun Microsystems Ireland
Hi Damjan, After spending more time looking at this, I still haven't found an elegant solution for supporting authentication. You've correctly identified an issue with the fact we have no guaranteed of a persistent connection with the proxy. Changing the socket identity is not as simple as o

Code Review: 6223635 Code hangs at connect call even when Timeout is specified when using a socks proxy

2010-03-03 Thread Christopher Hegarty -Sun Microsystems Ireland
Hi All, This patch fixes a problem where the socks proxy implementation does not honor the timeout specified in Socket.connect(SocketAddress, timeout). In fact, it uses the read timeout set with setSoTimeout since the socks implementation opens a connection to the socks server to perform the