hg: jdk7/tl/jdk: 6865482: test case BalancedParentheses.java is missing GPL header.

2009-07-27 Thread xuelei . fan
Changeset: 056c8e724015 Author:xuelei Date: 2009-07-28 11:15 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/056c8e724015 6865482: test case BalancedParentheses.java is missing GPL header. Reviewed-by: weijun ! test/com/sun/jndi/ldap/BalancedParentheses.java

hg: jdk7/tl/langtools: 6865399: some javac files are missing Sun internal API comment

2009-07-27 Thread jonathan . gibbons
Changeset: 7c2d6da61646 Author:jjg Date: 2009-07-27 19:52 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/7c2d6da61646 6865399: some javac files are missing Sun internal API comment Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/api/DiagnosticFormatter.java

hg: jdk7/tl/jaxp: 6854244: change source/target used to compile JDK to 7

2009-07-27 Thread jonathan . gibbons
Changeset: 59cdcbf2c10d Author:jjg Date: 2009-07-27 15:19 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/59cdcbf2c10d 6854244: change source/target used to compile JDK to 7 Reviewed-by: ohair ! make/build.properties

hg: jdk7/tl/jaxws: 6854244: change source/target used to compile JDK to 7

2009-07-27 Thread jonathan . gibbons
Changeset: c5dfd37d18a0 Author:jjg Date: 2009-07-27 15:19 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/c5dfd37d18a0 6854244: change source/target used to compile JDK to 7 Reviewed-by: ohair ! make/build.properties

hg: jdk7/tl: 6854244: change source/target used to compile JDK to 7

2009-07-27 Thread jonathan . gibbons
Changeset: 59c202ab8a94 Author:jjg Date: 2009-07-27 15:19 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/rev/59c202ab8a94 6854244: change source/target used to compile JDK to 7 Reviewed-by: ohair ! make/README.pre-components

hg: jdk7/tl/jdk: 6854244: change source/target used to compile JDK to 7

2009-07-27 Thread jonathan . gibbons
Changeset: 15878be84b9d Author:jjg Date: 2009-07-27 15:19 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/15878be84b9d 6854244: change source/target used to compile JDK to 7 Reviewed-by: ohair ! make/common/shared/Defs-control.gmk ! make/common/shared/Defs-java.gmk ! make/jav

hg: jdk7/tl/corba: 6854244: change source/target used to compile JDK to 7

2009-07-27 Thread jonathan . gibbons
Changeset: 2a160e4e0d06 Author:jjg Date: 2009-07-27 15:19 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/2a160e4e0d06 6854244: change source/target used to compile JDK to 7 Reviewed-by: ohair ! make/Makefile ! make/common/shared/Defs-java.gmk

hg: jdk7/tl/langtools: 6854244: change source/target used to compile JDK to 7

2009-07-27 Thread jonathan . gibbons
Changeset: cf08b64e87da Author:jjg Date: 2009-07-27 15:20 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/cf08b64e87da 6854244: change source/target used to compile JDK to 7 Reviewed-by: ohair ! make/build.properties

hg: jdk7/tl/jdk: 3 new changesets

2009-07-27 Thread alan . bateman
Changeset: 3eb4506815b6 Author:alanb Date: 2009-07-27 18:44 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/3eb4506815b6 6863864: (fs) Path.createSymbolicLink doesn't set directory flag when creating sym link to directory (win) Reviewed-by: sherman ! src/windows/classes/sun/

Re: Logger.log (Level, String msg, Object... vargs)

2009-07-27 Thread Alan Bateman
Emmanuel Bourg wrote: : Hi, I'm also interested in these changes. Does it require a formal process (JCP or anything else) to be included in the JDK? If I were to implement these improvements, who could I contact to review the patch and apply it? Thank you, Emmanuel Bourg The "How to contr

Re: Logger.log (Level, String msg, Object... vargs)

2009-07-27 Thread Emmanuel Bourg
Alan Bateman a écrit : It has come a few times (see [1], [2], and the linked bugs). It just needs a volunteer to run with it, check for any issues, etc. -Alan. [1] http://bugs.sun.com/view_bug.do?bug_id=5001993 [2] http://bugs.sun.com/view_bug.do?bug_id=6540440 Hi, I'm also interested in t

hg: jdk7/tl/jdk: 6449574: Invalid ldap filter is accepted and processed

2009-07-27 Thread xuelei . fan
Changeset: d78bfd73ee42 Author:xuelei Date: 2009-07-27 22:04 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d78bfd73ee42 6449574: Invalid ldap filter is accepted and processed Reviewed-by: vinnie ! src/share/classes/com/sun/jndi/ldap/Filter.java + test/com/sun/jndi/ldap/Bala

Re: Logger.log (Level, String msg, Object... vargs)

2009-07-27 Thread Alan Bateman
Andy Malakov wrote: Hello All, Will it be possible to add var-args logging method to java.util.logging.Logger class? It will be nice to have Logger.log (Level level, String msg, Object ... varags) in addition to existing Logger.log (Level level, String msg, Object [] varags) ? So that one

Logger.log (Level, String msg, Object... vargs)

2009-07-27 Thread Andy Malakov
Hello All, Will it be possible to add var-args logging method to java.util.logging.Logger class? It will be nice to have Logger.log (Level level, String msg, Object ... varags) in addition to existing Logger.log (Level level, String msg, Object [] varags) ? So that one can write logger.lo