Changeset: e8c2dd4b8bac
Author:dcubed
Date: 2009-09-15 22:11 -0600
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e8c2dd4b8bac
6882363: 4/4 typos in java.util.logging javadocs
Summary: Fix typos, some grammar and some inconsistencies in phrasing.
Reviewed-by: tbell
! src/share/cla
Changeset: 69eaccd3ea85
Author:jjg
Date: 2009-09-15 18:36 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/69eaccd3ea85
6860965: Project Coin: binary literals
6860973: Project Coin: Underscores in literals
Summary: [Portions contributed by Bruce Chapman]
Reviewed-by: darc
Alan, Thanks for the review. I'll send out a new webrev to incorporate
your feedback. Yes, I file a CR for the http protocol handler:
6882384: Update http protocol handler to use PlatformLogger
Several 2D and sun.font classes are refactored in the 2D repository that
will be integrated for b
Changeset: 9dd34ed62341
Author:jjg
Date: 2009-09-15 12:20 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/9dd34ed62341
6882235: invalid exponent causes silent javac crash
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/parser/JavacParser.java
+ test/tools/jav
Oleg Sukhodolsky wrote:
On Mon, Sep 14, 2009 at 9:19 PM, Mandy Chung wrote:
I thought that it is possible to log int a file using default logger,
Not the default logging configuration.
thus I was surprised that
description of PlatformLogger says about System.err. I'd expect
PlatformLogge
Hi Andrew,
> Why not just use a straightforward static assignment to a final
> variable as before?
A simple AWT app creates 79 loggers on solaris-i586 and 34 loggers on
windows-i586. SwingSet2 creates a total of 85 loggers on solaris-i586
and 35 on windows-i586.
Improvement on client startu
> Martin,
>
> Just to be clear, I approve this change of tightening the hashCode
> specifications for Byte, Short, and Character going back into JDK 7.
I added a test case, as I half-promised,
http://cr.openjdk.java.net/~martin/webrevs/openjdk7/hashCode-spec/
This test is particularly uninterest
I added a test case, as I half-promised,
http://cr.openjdk.java.net/~martin/webrevs/openjdk7/compare/
This test is particularly uninteresting. I'll commit soon even if I
don't get any review comments.
Martin
On Fri, Sep 11, 2009 at 13:07, Joseph D. Darcy wrote:
> Joe Darcy wrote:
>
> The pap
Hi,
I've asked about TimSort vs. Dual-Pivot Quicksort.
As Joshua said, these algorithms are for different
purposes: TimSort (and MergeSort) for sorting complex
objects, because it is stable (doesn't change the
order of equal elements), and Quicksort is for
primitive types. And these algorithms sh
Hello Andrew,
It means that the threshold = 7 is optimal for combination:
insertion sort + Bentley's implementation, and
17 - for Insertion + Dual-Pivot Quicksort.
I can add that for Dual-Pivot Quicksort old threshold = 7
shows slower results than 17.
Other values, such as 25, 27, show similar
One thing that occurred to me, and I'm sorry if this question has been
asked already but I couldn't find it:
TINY_SIZE, the threshold for insertion sorting, has gone up from 7 to 17.
Does this mean that sorting arrays of this size is now slower?
Andrew.
11 matches
Mail list logo