hg: jdk7/tl/jdk: 6737819: sun.misc.net.DefaultProxySelector doesn't use proxy setting to localhost

2009-09-18 Thread jean-christophe . collet
Changeset: ee68feef41d2 Author:jccollet Date: 2009-09-18 10:51 +0200 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ee68feef41d2 6737819: sun.misc.net.DefaultProxySelector doesn't use proxy setting to localhost Summary: Move default nonProxyHosts from hardcoded to property default

Re: Replacement of Quicksort in java.util.Arrays with Dual-Pivot Quicksort

2009-09-18 Thread Vladimir Yaroslavskiy
Date: Thu, 17 Sep 2009 12:00:57 + (UTC) From: Ismael Juma Subject: Re: Replacement of Quicksort in java.util.Arrays with Dual-Pivot To: core-libs-dev@openjdk.java.net Hi Vladimir, Vladimir Yaroslavskiy writes: random 01 random 01 dpq: 1431 dpq: 8017 tim: 11495

Re: Replacement of Quicksort in java.util.Arrays with Dual-Pivot Quicksort

2009-09-18 Thread Ismael Juma
Hey Vladimir, Vladimir Yaroslavskiy writes: > You are right, the arrays were different: int array was 2'000'000 > and Integer array was 200'000 (and test was run 50 times) - if I > remember correctly. Great, that makes sense. > Now I've run test on the same length 2'000'000 arrays 50 times, >

hg: jdk7/tl/jdk: 6882745: Add DISABLE_INTREE_EC option to make new EC provider optional.

2009-09-18 Thread ahughes
Changeset: 39c15c0a71f7 Author:andrew Date: 2009-09-10 19:04 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/39c15c0a71f7 6882745: Add DISABLE_INTREE_EC option to make new EC provider optional. Summary: Don't build the ec subdirectory when DISABLE_INTREE_EC is defined. Reviewe

hg: jdk7/tl: Added tag jdk7-b72 for changeset 0d7e03b426df

2009-09-18 Thread tim . bell
Changeset: 4c4fe09fb670 Author:xdono Date: 2009-09-17 13:46 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/rev/4c4fe09fb670 Added tag jdk7-b72 for changeset 0d7e03b426df ! .hgtags

hg: jdk7/tl/corba: Added tag jdk7-b72 for changeset c793a3120926

2009-09-18 Thread tim . bell
Changeset: 12991b453239 Author:xdono Date: 2009-09-17 13:46 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/12991b453239 Added tag jdk7-b72 for changeset c793a3120926 ! .hgtags

hg: jdk7/tl/hotspot: Added tag jdk7-b72 for changeset a94714c55065

2009-09-18 Thread tim . bell
Changeset: 1e5f0e56d242 Author:xdono Date: 2009-09-17 13:46 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/1e5f0e56d242 Added tag jdk7-b72 for changeset a94714c55065 ! .hgtags

hg: jdk7/tl/jaxp: Added tag jdk7-b72 for changeset 37c805b6156f

2009-09-18 Thread tim . bell
Changeset: 93dfa6e0fe76 Author:xdono Date: 2009-09-17 13:46 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/93dfa6e0fe76 Added tag jdk7-b72 for changeset 37c805b6156f ! .hgtags

hg: jdk7/tl/jaxws: Added tag jdk7-b72 for changeset 4c990aa99bc0

2009-09-18 Thread tim . bell
Changeset: d79f0d601c2b Author:xdono Date: 2009-09-17 13:46 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/d79f0d601c2b Added tag jdk7-b72 for changeset 4c990aa99bc0 ! .hgtags

hg: jdk7/tl/jdk: 2 new changesets

2009-09-18 Thread tim . bell
Changeset: f09a2bfba691 Author:xdono Date: 2009-09-17 13:47 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f09a2bfba691 Added tag jdk7-b72 for changeset 460639b036f3 ! .hgtags Changeset: f119e21c0ca7 Author:tbell Date: 2009-09-18 08:47 -0700 URL: http://hg.op

hg: jdk7/tl/langtools: 2 new changesets

2009-09-18 Thread tim . bell
Changeset: bfad32768345 Author:xdono Date: 2009-09-17 13:47 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/bfad32768345 Added tag jdk7-b72 for changeset 261c54b2312e ! .hgtags Changeset: 5dd400fd62d9 Author:tbell Date: 2009-09-18 08:48 -0700 URL: http:/

Re: [OpenJDK 2D-Dev] Review Request for 6879044

2009-09-18 Thread Mandy Chung
Hi Oleg, A better question to ask is who and how the logging information AWT is used for. The AWT team confirms that the AWT loggers are for debugging purpose used by the awt developers. As specified in the Requirements chapter for the Java Logging Spec (JSR-47) [1], the central goal of the

Re: Enum modernization proposal

2009-09-18 Thread assembling signals
(sent again, now with CC to mailing list) Sorry, you got me wrong. JDK is using tons of "pseudo enums" such as: static final int OPAQUE = ... static final int BITMASK = ... static final int TRANSLUCENT = ... (from java.awt.Transparency) Using those is unhandy: Those int's have no type, have no

hg: jdk7/tl/jdk: 3 new changesets

2009-09-18 Thread christopher . hegarty
Changeset: c9cbd2a09fd4 Author:chegar Date: 2009-09-18 16:24 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c9cbd2a09fd4 6882609: Move default InMemoryCookieStore to java.net Summary: remove static dependency on sun.net.www.protocol.http Reviewed-by: alanb, jccollet ! make/s

hg: jdk7/tl/jdk: 2 new changesets

2009-09-18 Thread mandy . chung
Changeset: d3281fa8e46c Author:mchung Date: 2009-09-17 14:24 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d3281fa8e46c 6882376: Add internal support for JRE implementation to eliminate the dependency on logging Summary: Added sun.util.logging.PlatformLogger for JRE impleme

Re: hg: jdk7/tl/jdk: 2 new changesets

2009-09-18 Thread Rob Leland
fd7 Author:mchung Date: 2009-09-18 17:27 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/7b4e73ca6fd7 Merge __ Information from ESET NOD32 Antivirus, version of virus signature database 4439 (20090918) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com

Re: [OpenJDK 2D-Dev] Review Request for 6879044

2009-09-18 Thread Oleg Sukhodolsky
HI Mandy, On Sat, Sep 19, 2009 at 12:19 AM, Mandy Chung wrote: > Hi Oleg, > > A better question to ask is who and how the logging information AWT is used > for.   The AWT team confirms that the AWT loggers are for debugging purpose > used by the awt developers.  As specified in the Requirements c

Re: hg: jdk7/tl/jdk: 2 new changesets

2009-09-18 Thread Rob Leland
fd7 Author:mchung Date: 2009-09-18 17:27 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/7b4e73ca6fd7 Merge __ Information from ESET NOD32 Antivirus, version of virus signature database 4439 (20090918) __ The message was checked by ESET NOD32 Antivirus. h