Re: Character.java methods are slower than Surrogate.java's

2009-12-07 Thread Christian Thalinger
On Wed, 2009-10-28 at 22:44 +0100, Ulf Zibis wrote: Hi Christian, for a benchmark test I have replaced all sun.nio.cs.Surrogate methods in sun.nio.cs.ext.EUC_TW with corresponding ones from java.lang.Character. As result, the overall encoding performance was 10 % worse, so

hg: jdk7/tl/jdk: 6876158: Remove dependencies on Signer, Certificate, Identity, IdentityScope classes from java.security pkg

2009-12-07 Thread vincent . ryan
Changeset: 327adb1c2224 Author:vinnie Date: 2009-12-07 17:06 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/327adb1c2224 6876158: Remove dependencies on Signer, Certificate, Identity, IdentityScope classes from java.security pkg Reviewed-by: alanb, mullan !

Need reviewers, jdk7 testing changes

2009-12-07 Thread Kelly O'Hair
Need reviewer for JDK7 testing changes, e.g. testing via: cd jdk/make gmake all images cd ../test gmake jdk_all 6906210: Fix another minor typo in test/Makefile http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-tl-test-changes4/webrev/ Dan had pointed out my typo in the jdk/test/Makefile

Yet another DPQ update

2009-12-07 Thread Joshua Bloch
Folks, Hi. Here's another update for Dual Partition Quicksort: http://cr.openjdk.java.net/~alanb/6905046/webrev/ Summary of changes: * Improved comments throughout * Minor code changes for clarity (e.g., swapped order of some comparisons) * Further optimized partitioning performance *

hg: jdk7/tl/jdk: 3 new changesets

2009-12-07 Thread alan . bateman
Changeset: c68f6b6b47fd Author:alanb Date: 2009-12-07 12:24 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c68f6b6b47fd 6903753: (se) Selector should implement Closeable Reviewed-by: chegar, forax ! src/share/classes/java/nio/channels/Selector.java Changeset: 587fa61c0f07

Re: Need reviewers, jdk7 testing changes

2009-12-07 Thread Tim Bell
Hi Kelly See below: Need reviewer for JDK7 testing changes, e.g. testing via: cd jdk/make gmake all images cd ../test gmake jdk_all 6906210: Fix another minor typo in test/Makefile http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-tl-test-changes4/webrev/ Dan had pointed out my

hg: jdk7/tl/langtools: 6907660: stupid typo in ZipFileIndex guarantees NPE

2009-12-07 Thread jonathan . gibbons
Changeset: ea89c5d4af08 Author:jjg Date: 2009-12-07 14:35 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/ea89c5d4af08 6907660: stupid typo in ZipFileIndex guarantees NPE Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java

hg: jdk7/tl/jdk: 6905029: Broken links in Deflater and DeflaterOutputStream javadoc

2009-12-07 Thread martinrb
Changeset: e47e55b6ecf6 Author:martin Date: 2009-12-07 15:32 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e47e55b6ecf6 6905029: Broken links in Deflater and DeflaterOutputStream javadoc Summary: Fix syntax errors in @links Reviewed-by: alanb !

Re: Need reviewers, jdk7 testing changes

2009-12-07 Thread Martin Buchholz
On Mon, Dec 7, 2009 at 13:43, Tim Bell tim.b...@sun.com wrote:    java/util/Collection/MOAT.java It is a shame we have to exclude Martin's MOAT.java (Mother Of All Tests) The comment shows the test failing on Solaris 10 x86, but you exclude it on generic-all You cannot exclude the Mother Of