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
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
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
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
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
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
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
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