hg: jdk7/tl/jdk: 2 new changesets

2010-06-11 Thread alan . bateman
Changeset: 06699a990ac7 Author:alanb Date: 2010-06-11 14:31 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/06699a990ac7 6934585: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java Reviewed-by: chegar ! test/ProblemList.txt !

hg: jdk7/tl/langtools: 6877961: langtools build should allow more options when running jtreg

2010-06-11 Thread jonathan . gibbons
Changeset: 224533455888 Author:jjg Date: 2010-06-11 07:12 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/224533455888 6877961: langtools build should allow more options when running jtreg Reviewed-by: mcimadamore ! make/build.xml

test please ignore

2010-06-11 Thread Kumar Srinivasan
testing to see if my oracle id works now. Please delete and sorry for the spam. Kumar

hg: jdk7/tl/langtools: 6958836: javadoc should support -Xmaxerrs and -Xmaxwarns

2010-06-11 Thread jonathan . gibbons
Changeset: d1ea43cb71c1 Author:jjg Date: 2010-06-11 17:24 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/d1ea43cb71c1 6958836: javadoc should support -Xmaxerrs and -Xmaxwarns Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/util/Log.java !

hg: jdk7/tl/jdk: 6959197: When building with JAVAC_MAX_WARNINGS=true, the build fails in sun/nio/cs due to the use of -Werror

2010-06-11 Thread ahughes
Changeset: c849dc20dc85 Author:andrew Date: 2010-06-12 01:32 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c849dc20dc85 6959197: When building with JAVAC_MAX_WARNINGS=true, the build fails in sun/nio/cs due to the use of -Werror Summary: Remove unneeded casts, add generic

Re: PING: Re: Fix build failure with JAVAC_MAX_WARNINGS=true in sun/nio/cs

2010-06-11 Thread Andrew John Hughes
On 10 June 2010 23:11, Xueming Shen xueming.s...@oracle.com wrote: Andrew, Thanks for working on it. Thanks for such a through review process. The change looks fine, except one final nit:-) EUC_JP_Open: #127 #140   it appears encoderJ0208 is no longer needed. Fixed. Please run those

hg: jdk7/tl/jdk: 6944584: Improvements to subprocess handling on Unix

2010-06-11 Thread martinrb
Changeset: 422531c98ba5 Author:martin Date: 2010-06-11 18:55 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/422531c98ba5 6944584: Improvements to subprocess handling on Unix Summary: use thread pool for reaper thread; move most I/O operations out of reaper thread

Re: UNIXProcess improvements

2010-06-11 Thread Martin Buchholz
I finally submitted this change 6944584: Improvements to subprocess handling on Unix Thanks to all the reviewers. Martin