hg: jdk7/tl/jdk: 2 new changesets

2009-08-25 Thread martinrb
Changeset: 69396f593772 Author:dl Date: 2009-08-25 19:19 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/69396f593772 6871697: LinkedBlockingQueue Iterator/remove/poll race Summary: More checks for node.next == node Reviewed-by: martin, dholmes, chegar ! src/share/classes/jav

hg: jdk7/tl/jdk: 6868864: Kerberos tests fail under windows/cygwin

2009-08-25 Thread weijun . wang
Changeset: 2607e571a6d5 Author:weijun Date: 2009-08-26 12:17 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2607e571a6d5 6868864: Kerberos tests fail under windows/cygwin Reviewed-by: wetmore ! test/sun/security/krb5/auto/basic.sh

hg: jdk7/tl/jdk: 6875861: javadoc build warning on java.util.Properites from unconventional @see ordering

2009-08-25 Thread tbell
Changeset: 196c7bb551e7 Author:darcy Date: 2009-08-25 18:58 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/196c7bb551e7 6875861: javadoc build warning on java.util.Properites from unconventional @see ordering Reviewed-by: martin ! src/share/classes/java/util/Properties.java

Re: URGENT: tl/jdk and tl-gate/jdk not identical

2009-08-25 Thread Tim Bell
Hi Max: > For some reason Joe's changeset has not reached the final repo. Thanks for pointing it out. I kick-started the gate push. This should be sorted out, although it may take a few minutes for the email notifications to catch up. Tim

URGENT: tl/jdk and tl-gate/jdk not identical

2009-08-25 Thread Max (Weijun) Wang
http://hg.openjdk.java.net/jdk7/tl-gate/jdk/ 79 minutes ago darcy 6875861: javadoc build warning on java.util.Properites from unconventional @see ordering default 5 hours ago sherman 4963968: zlib should be upgraded to current version of zlib http://hg.openjdk.java.net/jdk7/tl

Re: Code review request for trivial doc fix to remove a doc build warning on java.util.Properties

2009-08-25 Thread Lance J. Andersen
looks fine to me Joe Darcy wrote: Hello. While making some other doc changes, I noticed that a javadoc build warning generated for java.util.Properties: ../../src/share/classes/java/util/Properties.java:116: warning - Tag @see: missing final '>': "href="../../../technotes/tools/windows/nati

Re: Code review request for trivial doc fix to remove a doc build warning on java.util.Properties

2009-08-25 Thread Martin Buchholz
Approved. Thanks for getting rid of this warning that has nagged engineers for years now! Martin On Tue, Aug 25, 2009 at 18:47, Joe Darcy wrote: > Hello. > > While making some other doc changes, I noticed that a javadoc build warning > generated for java.util.Properties: > >> ../../src/share/cla

Code review request for trivial doc fix to remove a doc build warning on java.util.Properties

2009-08-25 Thread Joe Darcy
Hello. While making some other doc changes, I noticed that a javadoc build warning generated for java.util.Properties: ../../src/share/classes/java/util/Properties.java:116: warning - Tag @see: missing final '>': "href="../../../technotes/tools/windows/native2ascii.html">native2ascii tool fo

hg: jdk7/tl/langtools: 6872011: Update printing processor to support JSR 308

2009-08-25 Thread joe . darcy
Changeset: 40aca381dcaf Author:darcy Date: 2009-08-25 16:41 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/40aca381dcaf 6872011: Update printing processor to support JSR 308 Reviewed-by: jjg ! src/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java

hg: jdk7/tl/jdk: 4963968: zlib should be upgraded to current version of zlib

2009-08-25 Thread xueming . shen
Changeset: b115cf946852 Author:sherman Date: 2009-08-25 15:14 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b115cf946852 4963968: zlib should be upgraded to current version of zlib Summary: upgrade zlib to the latest ver 1.2.3 Reviewed-by: martin, alanb, ksrini ! make/com/s

Re: zlib1.2.3

2009-08-25 Thread Martin Buchholz
On Tue, Aug 25, 2009 at 12:10, Xueming Shen wrote: > Thanks Martin1 > > We are very close:-) > > Here is the latest webrev, compared to the last one, the only changes are > > (1)zcrc.c, the "compromised" change you approved. > (2)undo any change in crc.h > (3)a final tweak in zlib.h, this one is us

Re: zlib1.2.3

2009-08-25 Thread Xueming Shen
Thanks Martin1 We are very close:-) Here is the latest webrev, compared to the last one, the only changes are (1)zcrc.c, the "compromised" change you approved. (2)undo any change in crc.h (3)a final tweak in zlib.h, this one is used by nobody and never exported. Just to make compile happy 2