hg: jdk8/tl/jdk: 7186723: TEST_BUG: Race condition in sun/management/jmxremote/startstop/JMXStartStopTest.sh

2012-09-29 Thread dmitry . samersoff
Changeset: 0c1c4b185451 Author:dsamersoff Date: 2012-09-29 15:44 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0c1c4b185451 7186723: TEST_BUG: Race condition in sun/management/jmxremote/startstop/JMXStartStopTest.sh Summary: Make test self-terminating and independent to

hg: jdk8/tl/langtools: 7198582: (java) Minor refactor of JavacParser

2012-09-29 Thread kumar . x . srinivasan
Changeset: 20e4a54b1629 Author:ksrini Date: 2012-09-29 09:00 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/20e4a54b1629 7198582: (java) Minor refactor of JavacParser Reviewed-by: jjg, ksrini Contributed-by: jan.lah...@oracle.com !

Review request for 7197395

2012-09-29 Thread Lance Andersen - Oracle
Hi, This is a review request for adding @Deprecated to the remaining JDBC methods to suppress compiler warnings. The CCC was approved as this annotation results in the signatures changing (though they do not effect the execution of any applications). The webrev is

8000269: Cleanup javadoc warnings

2012-09-29 Thread Alan Bateman
A small number of javadoc warnings have sneaked into the jdk8 builds lately. They are easily fixed but it's a good opportunity to try out Jon's doccheck tool [1], built on the DocTree API, and get a better workout. I decided to mostly focus on -Xmsgs:reference, which covers references like

Re: 8000269: Cleanup javadoc warnings

2012-09-29 Thread Ulf Zibis
Am 29.09.2012 22:52, schrieb Alan Bateman: http://cr.openjdk.java.net/~alanb/8000269/webrev/index.html Class.java : - in lines 702, 825 indentation should be 8. - in line 826 I guess you wanted to move the curly brace to line 825 I've only reviewed the Sdiffs, so maybe there are more such