hg: jdk8/jdk8/jaxp: Added tag jdk8-b68 for changeset b854e7008421

2012-12-13 Thread david . katleman
Changeset: 789a855de959 Author:katleman Date: 2012-12-13 09:05 -0800 URL: http://hg.openjdk.java.net/jdk8/jdk8/jaxp/rev/789a855de959 Added tag jdk8-b68 for changeset b854e7008421 ! .hgtags

hg: jdk8/jdk8/langtools: Added tag jdk8-b68 for changeset 014a6a11dfe5

2012-12-13 Thread david . katleman
Changeset: 13ccb5269f3d Author:katleman Date: 2012-12-13 09:05 -0800 URL: http://hg.openjdk.java.net/jdk8/jdk8/langtools/rev/13ccb5269f3d Added tag jdk8-b68 for changeset 014a6a11dfe5 ! .hgtags

hg: jdk8/jdk8/jdk: Added tag jdk8-b68 for changeset 53fb43e4d614

2012-12-13 Thread david . katleman
Changeset: 7fd56a5abd94 Author:katleman Date: 2012-12-13 09:05 -0800 URL: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/7fd56a5abd94 Added tag jdk8-b68 for changeset 53fb43e4d614 ! .hgtags

hg: jdk8/jdk8/jaxws: Added tag jdk8-b68 for changeset d3fe408f3a9a

2012-12-13 Thread david . katleman
Changeset: 756323c99011 Author:katleman Date: 2012-12-13 09:05 -0800 URL: http://hg.openjdk.java.net/jdk8/jdk8/jaxws/rev/756323c99011 Added tag jdk8-b68 for changeset d3fe408f3a9a ! .hgtags

hg: jdk8/jdk8: Added tag jdk8-b68 for changeset cdb401a60cea

2012-12-13 Thread david . katleman
Changeset: e9ec00893bb4 Author:katleman Date: 2012-12-13 09:05 -0800 URL: http://hg.openjdk.java.net/jdk8/jdk8/rev/e9ec00893bb4 Added tag jdk8-b68 for changeset cdb401a60cea ! .hgtags

hg: jdk8/jdk8/hotspot: Added tag jdk8-b68 for changeset 121aa71316af

2012-12-13 Thread david . katleman
Changeset: 8af7d22f1f8f Author:katleman Date: 2012-12-13 09:05 -0800 URL: http://hg.openjdk.java.net/jdk8/jdk8/hotspot/rev/8af7d22f1f8f Added tag jdk8-b68 for changeset 121aa71316af ! .hgtags

hg: jdk8/jdk8/corba: Added tag jdk8-b68 for changeset 82000531feaa

2012-12-13 Thread david . katleman
Changeset: 22ddcac208a8 Author:katleman Date: 2012-12-13 09:05 -0800 URL: http://hg.openjdk.java.net/jdk8/jdk8/corba/rev/22ddcac208a8 Added tag jdk8-b68 for changeset 82000531feaa ! .hgtags

jtreg 4.1 b05 released

2012-12-13 Thread Jonathan Gibbons
JDK folk, jtreg 4.1 b05 is now available, and includes TestNG support for the new tests appearing in the JDK 8 langtools/ and jdk/ repositories. For more details, see https://blogs.oracle.com/jjg/ -- Jon

Re: Adding support section/segment separating comments

2012-12-13 Thread Jonathan Gibbons
Also note that some IDEs, like NetBeans, already provide the feature you are looking for, via "editor-fold" comments. -- Jon On 12/12/2012 11:55 PM, Remi Forax wrote: Hi Behrang, Jon Gibbons has recenly pushed a new API that allow to extract javadoc comment easily, so I think with this API y

Re: CFV: New JDK8 Reviewer: Alexander Scherbatiy

2012-12-13 Thread Alexander Kouznetsov
Vote: YES Best regards, Alexander Kouznetsov 78123346027 On 12.12.2012 19:01, Artem Ananiev wrote: I hereby nominate Alexander Scherbatiy (OpenJDK user name: alexsch) to Reviewer in JDK8 project. Alexander is a member of AWT and Swing groups at Oracle. He has committed 50+ changesets to J

Re: CFV: New JDK8 Committer: Sean Chou

2012-12-13 Thread Dalibor Topic
Vote: Yes. On 12/12/12 7:03 AM, Jonathan Lu wrote: > I hereby nominate Sean Chou (OpenJDK user name: zhouyx) to JDK8 Committer. > > Sean has contributed a number of patches to the JDK 8 repository, > http://hg.openjdk.java.net/jdk8/jdk8/jdk/log?rev=zhouyx > > Votes are due by Dec 26, 2012. > >

Re: CFV: New JDK8 Reviewer: Alexander Scherbatiy

2012-12-13 Thread Kirill Kirichenko
Vote: yes On 12/12/2012 07:01 PM, Artem Ananiev wrote: > > I hereby nominate Alexander Scherbatiy (OpenJDK user name: alexsch) to > Reviewer in JDK8 project. > > Alexander is a member of AWT and Swing groups at Oracle. He has > committed 50+ changesets to JDK7u and JDK8. He is also an active > p

Re: CFV: New JDK8 Reviewer: Alexander Scherbatiy

2012-12-13 Thread Denis S. Fokin
Vote: YES On Dec 12, 2012, at 7:01 PM, Artem Ananiev wrote: > > I hereby nominate Alexander Scherbatiy (OpenJDK user name: alexsch) to > Reviewer in JDK8 project. > > Alexander is a member of AWT and Swing groups at Oracle. He has committed 50+ > changesets to JDK7u and JDK8. He is also an ac

Re: Adding support section/segment separating comments

2012-12-13 Thread Remi Forax
Hi Behrang, Jon Gibbons has recenly pushed a new API that allow to extract javadoc comment easily, so I think with this API you should be able to write your own Doclet to verify that the right section contains the right information. I'm not a big fan of this way to segment a class because deve