hg: jdk7/tl/langtools: 6938326: Use of "ant -diagnostics" a problem with ant 1.8.0, exit code 1 now

2010-03-26 Thread kelly . ohair
Changeset: de6375751eb7 Author:ohair Date: 2010-03-26 22:37 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/de6375751eb7 6938326: Use of "ant -diagnostics" a problem with ant 1.8.0, exit code 1 now Reviewed-by: jjg ! make/Makefile

Re: Purge Surrogate usages

2010-03-26 Thread Martin Buchholz
On Fri, Mar 26, 2010 at 11:36, Ulf Zibis wrote: > Am 24.03.2010 00:50, schrieb Martin Buchholz: >> >> I've added another mini-patch to my patch set. >> >> http://cr.openjdk.java.net/~martin/webrevs/openjdk7/isBMPCodePoint3 >> >> This deletes Surrogate.java, as Ulf wants, >> except that ... it's an

Purge Surrogate usages

2010-03-26 Thread Ulf Zibis
Am 24.03.2010 00:50, schrieb Martin Buchholz: I've added another mini-patch to my patch set. http://cr.openjdk.java.net/~martin/webrevs/openjdk7/isBMPCodePoint3 This deletes Surrogate.java, as Ulf wants, except that ... it's another variant of Surrogate.java! (which I didn't know existed) Uses

Re: Sponsor for 6666666: A better implementation of Character.isSupplementaryCodePoint

2010-03-26 Thread Ulf Zibis
Am 26.03.2010 00:33, schrieb Martin Buchholz: On Thu, Mar 25, 2010 at 13:26, Ulf Zibis wrote: - several UnicodeBlock declarations differ little in indentation/whitespace usage from the average. I would prefer: public static final UnicodeBlock SUPPLEMENTARY_PRIVATE_USE_AREA_A =

Re: Minor improvements to Character.UnicodeBlock

2010-03-26 Thread Ulf Zibis
Wow, that's indeed much better, than my simple whitespace correction. Looks good. I guess the doc corrections are still in process. My old patch may help to locate them: https://bugs.openjdk.java.net/attachment.cgi?id=146 -Ulf Am 26.03.2010 00:37, schrieb Martin Buchholz: Hi Masayoshi and Ulf