hg: jdk7/tl/langtools: 6933147: Provided new utility visitors supporting SourceVersion.RELEASE_7

2010-06-02 Thread joe . darcy
Changeset: 9a7c998bf2fc Author:darcy Date: 2010-06-02 19:08 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/9a7c998bf2fc 6933147: Provided new utility visitors supporting SourceVersion.RELEASE_7 Reviewed-by: jjg ! src/share/classes/com/sun/tools/javac/processing/JavacP

hg: jdk7/tl/jdk: 6955840: ThreadLocalRandom bug - overriden setSeed(long) method is not invoked for java.util.Random(long)

2010-06-02 Thread martinrb
Changeset: 1db252f307b6 Author:martin Date: 2010-06-02 17:53 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1db252f307b6 6955840: ThreadLocalRandom bug - overriden setSeed(long) method is not invoked for java.util.Random(long) Summary: Allow setSeed only during construction

Fix build failure with JAVAC_MAX_WARNINGS=true in sun/nio/cs

2010-06-02 Thread Andrew John Hughes
When building with JAVAC_MAX_WARNINGS=true, the build fails in sun/nio/cs due to the use of -Werror. The following webrev: http://cr.openjdk.java.net/~andrew/warnings/webrev.03/ fixes the remaining warnings exposed by JAVAC_MAX_WARNINGS by: * Removing redundant casts * Adding generic types to a

Re: New portion of improvements for Dual-Pivot Quicksort

2010-06-02 Thread Vladimir Iaroslavski
I checked sorting for long type and see the same behaviour as for int, new suggested sorting network doesn't win. 10-steps bubble sort shows the almost the same results as on int: wins ~0.3% on client, and 0.8% on server. Should we use 10-steps bubble sort instead of sorting network (which has b

hg: jdk7/tl/jdk: 2 new changesets

2010-06-02 Thread alan . bateman
Changeset: 17870c6c1d4e Author:alanb Date: 2010-06-02 09:29 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/17870c6c1d4e 6950927: Testcase failure sun/management/jmxremote/bootstrap/JvmstatCountersTest.java Reviewed-by: dholmes, dcubed ! src/solaris/classes/sun/tools/attach/