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 ! test/java/nio/channels/AsynchronousS

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

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 ! src/share/classes/c

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 t

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