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: j...@google.com ! 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

Review request for 6381464: "SimpleFormatter should use one single line format"

2011-03-25 Thread Mandy Chung
6381464: SimpleFormatter should use one single line format This is a follow-up of the review for 7006814. I came up with a better solution that allows a user to customize the output format for SimpleFormatter. You can specify the format string using the java.util.Formatter syntax in a new pro

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/

Re: Request for review: 6312706: Map entrySet iterators should return different entries on each call to next()

2011-03-25 Thread Mike Duigou
I've started to run the standard tests on this patch to make sure everything works as expected. I will try to have any other review notes by early next week. Thanks, Mike On Mar 23 2011, at 17:51 , Neil Richards wrote: > As previously trailed [1], please find below a suggested change to > add

Re: Review request : 7031166 : pack200 CommandLineTest test failure - simple review

2011-03-25 Thread Alan Bateman
Kumar Srinivasan wrote: Hi, Replaces some old nio code which copies over the test sdk to run tests against. http://cr.openjdk.java.net/~ksrini/7031166/webrev.0/ Thanks Kumar I see the original code creates the parent directories if they don't exist so if you want it work the same way then yo

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

Review request : 7031166 : pack200 CommandLineTest test failure - simple review

2011-03-25 Thread Kumar Srinivasan
Hi, Replaces some old nio code which copies over the test sdk to run tests against. http://cr.openjdk.java.net/~ksrini/7031166/webrev.0/ Thanks Kumar

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

Review Request for 7024172 "Move platform MXBeans to java.lang.management"

2011-03-25 Thread Mandy Chung
7024172: Move BufferPoolMXBean and PlatformLoggingMXBean to java.lang.management Webrev at: http://cr.openjdk.java.net/~mchung/jdk7/7024172/webrev.00/ javadoc at: http://cr.openjdk.java.net/~mchung/jdk7/7024172/api Problem: java.nio.BufferPoolMXBean and java.util.logging.PlatformLoggi

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: Suspected regression: fix for 6735255 causes delay in GC of ZipFile InputStreams, increase in heap demand

2011-03-25 Thread Alan Bateman
Neil Richards wrote: Hi, I've noticed that the fix introduced to address bug 6735255 [1] [2] had an unfortunate side-effect. That fix stores references to the InputStream objects returned from ZipFile.getInputStream(ZipEntry) in a HashSet (within ZipFile), so that the close() method may be calle

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