hg: jdk7/tl/jdk: 7031376: Typos in javadoc of TimSort classes

2011-03-25 Thread joe . darcy
Changeset: e4e3dd6a7930 Author:darcy Date: 2011-03-25 18:47 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e4e3dd6a7930 7031376: Typos in javadoc of TimSort classes Reviewed-by: darcy Contributed-by: [email protected] ! src/share/classes/java/util/ComparableTimSort.java ! src/

hg: jdk7/tl/jdk: 7031371: Clarify javadoc of Throwable, including addSuppressed

2011-03-25 Thread joe . darcy
Changeset: cf743d5ca712 Author:darcy Date: 2011-03-25 18:26 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/cf743d5ca712 7031371: Clarify javadoc of Throwable, including addSuppressed Reviewed-by: smarks, mduigou ! src/share/classes/java/lang/Throwable.java

Re: code review request: 6894072: always refresh keytab

2011-03-25 Thread Valerie (Yu-Ching) Peng
Max, Well, I find it a bit awkward that the KeyTab class has to have the KerberosPrincipal info which "intends" to use it. Have you considered a different approach like: Instead of adding the whole KeyTab object into the Subject's private credential set, we add a "to-be-resolved" KerberosKey o

hg: jdk7/tl/langtools: 7001086: NLS: un-used resources should be removed from standard.properties and improper concatenation

2011-03-25 Thread bhavesh . patel
Changeset: 442b1366cfdf Author:bpatel Date: 2011-03-25 15:17 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/442b1366cfdf 7001086: NLS: un-used resources should be removed from standard.properties and improper concatenation Reviewed-by: jjg ! src/share/classes/com/sun/

hg: jdk7/tl/jdk: 7030442: Add missing @param tag for Collections.reverseOrder()

2011-03-25 Thread mike . duigou
Changeset: d0d2c1014faa Author:mduigou Date: 2011-03-25 11:24 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d0d2c1014faa 7030442: Add missing @param tag for Collections.reverseOrder() Reviewed-by: darcy, alanb ! src/share/classes/java/util/Collections.java

hg: jdk7/tl/jdk: 7030256: Cleanup/Remove code supporting old Windows versions (98, NT, 2000, etc)

2011-03-25 Thread chris . hegarty
Changeset: c250a66c3b54 Author:chegar Date: 2011-03-25 16:38 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c250a66c3b54 7030256: Cleanup/Remove code supporting old Windows versions (98, NT, 2000, etc) Reviewed-by: alanb, mduigou ! make/java/net/Makefile ! src/windows/native

hg: jdk7/tl/langtools: 6437138: JSR 199: Compiler doesn't diagnose crash in user code; ...

2011-03-25 Thread jonathan . gibbons
Changeset: 31e5cfc5a990 Author:jjg Date: 2011-03-25 07:58 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/31e5cfc5a990 6437138: JSR 199: Compiler doesn't diagnose crash in user code 6482554: uncaught exception from annotation processor not reported through JavaCompiler.

hg: jdk7/tl/langtools: 7009599: javac build puts extraneous files into dist/lib/classes.jar

2011-03-25 Thread jonathan . gibbons
Changeset: 26ea2557214a Author:jjg Date: 2011-03-25 07:39 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/26ea2557214a 7009599: javac build puts extraneous files into dist/lib/classes.jar Reviewed-by: ohair ! make/build.xml

Re: Exception while processing 'no-addresses' flag in KrbApReq.java

2011-03-25 Thread Szabolcs Pota
[+ adding back security-dev] Hi Henry, Thank you for your reply. My answers are below. On Fri, Mar 25, 2011 at 1:26 AM, Henry B. Hotz wrote: > No-list reply since I'm subscribed with an alias which my ISP won't let me > send with. > > On Mar 23, 2011, at 5:16 AM, Szabolcs Pota wrote: > > > Our

hg: jdk7/tl/jdk: 7030063: AWT support for SE-Embedded integration

2011-03-25 Thread david . holmes
Changeset: a2793622a8d8 Author:dholmes Date: 2011-03-25 07:09 -0400 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/a2793622a8d8 7030063: AWT support for SE-Embedded integration Summary: AWT support for SE-Embedded Reviewed-by: anthony, art, bobv, collins, alanb ! make/launchers/Ma