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

Re: Minor/sync/cleanup j.u.c with Dougs CVS - Oct 2012

2012-10-26 Thread Chris Hegarty
Thanks David, java.sun.com... D'oh. Updated and pushed. The meat will come shortly! http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3fc5457cf779 -Chris. On 10/26/2012 03:06 AM, David Holmes wrote: Hi Chris, You can count me as a reviewer anyway. :) A couple of observations: ---

Minor/sync/cleanup j.u.c with Dougs CVS - Oct 2012

2012-10-25 Thread Chris Hegarty
In preparation to a re-sync of the java.util.concurrent classes with Doug's CVS, I've extracted most of the minor/small changes. This will reduce the noise when reviewing the remainder of the implementation changes. More specifically, Cleanup: javadoc style/consistency javadoc example

Re: Minor/sync/cleanup j.u.c with Dougs CVS - Oct 2012

2012-10-25 Thread David Holmes
Hi Chris, You can count me as a reviewer anyway. :) A couple of observations: --- old/src/share/classes/java/util/concurrent/ExecutionException.java Thu Oct 25 14:14:15 2012 +++ new/src/share/classes/java/util/concurrent/ExecutionException.java Thu Oct 25 14:14:14 2012 @@ -79,11 +79,9 @@