hg: jdk8/tl/langtools: 8001714: add missing tests for 7199925

2012-10-26 Thread jonathan . gibbons
Changeset: 64fce9f95b1d Author:jjg Date: 2012-10-26 17:17 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/64fce9f95b1d 8001714: add missing tests for 7199925 Reviewed-by: darcy + test/tools/javac/annotations/repeatingAnnotations/ClassReaderDefault.java + test/tools/java

hg: jdk8/tl/jdk: 8001575: Minor/sync/cleanup j.u.c with Dougs CVS - Oct 2012

2012-10-26 Thread chris . hegarty
Changeset: 3fc5457cf779 Author:dl Date: 2012-10-26 21:34 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3fc5457cf779 8001575: Minor/sync/cleanup j.u.c with Dougs CVS - Oct 2012 Reviewed-by: chegar, dholmes ! src/share/classes/java/util/concurrent/AbstractExecutorService.java

hg: jdk8/tl/langtools: 8001219: Clean up use of URLs in javadoc Extern class

2012-10-26 Thread jonathan . gibbons
Changeset: 217c265158fe Author:jjg Date: 2012-10-26 13:10 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/217c265158fe 8001219: Clean up use of URLs in javadoc Extern class Reviewed-by: darcy ! src/share/classes/com/sun/tools/doclets/internal/toolkit/Configuration.java

Re: TCP tunneling through authenticating HTTP proxy

2012-10-26 Thread Vasiliy Baranov
Hi Damjan, Thank you for the pointer. -- Vasiliy On 25.10.2012 22:23, Damjan Jovanovic wrote: Hi Vasiliy It's not included in the JDK, you have to either patch and compile OpenJDK on your side, or if that's not an option, use that hack with sun.net.* classes that I posted before (http://mail.

hg: jdk8/tl/jdk: 4239752: FileSystem should be a platform-specific class to avoid native code

2012-10-26 Thread alan . bateman
Changeset: 0b52c87c39da Author:dxu Date: 2012-10-26 11:21 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0b52c87c39da 4239752: FileSystem should be a platform-specific class to avoid native code Reviewed-by: alanb, dholmes, erikj, jgish ! make/java/java/Exportedfiles.gmk ! m