hg: jdk7/tl/jdk: 7027900: (fs) glob syntax under-specified

2011-04-18 Thread xueming . shen
Changeset: e9760efb5110 Author:sherman Date: 2011-04-18 21:44 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e9760efb5110 7027900: (fs) glob syntax under-specified Summary: Clarify how leading dots are treated in nio2 glob Reviewed-by: alanb ! src/share/classes/java/nio/file

hg: jdk7/tl/langtools: 6758050: javadoc handles nested generic types incorrectly

2011-04-18 Thread bhavesh . patel
Changeset: bbd053476ec3 Author:bpatel Date: 2011-04-18 15:39 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/bbd053476ec3 6758050: javadoc handles nested generic types incorrectly Reviewed-by: jjg ! src/share/classes/com/sun/tools/doclets/formats/html/HtmlDocletWriter.j

hg: jdk7/tl/jdk: 2 new changesets

2011-04-18 Thread mike . duigou
Changeset: 60a457a944c4 Author:mduigou Date: 2011-04-18 11:31 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/60a457a944c4 7035160: Disable broken test cases for test/java/lang/reflect/Generics/Probe.java Reviewed-by: alanb ! test/java/lang/reflect/Generics/Probe.java Chang

Re: Demo refresh

2011-04-18 Thread Kelly O'Hair
On Apr 18, 2011, at 6:00 AM, Alan Bateman wrote: > Another thing I notice is that it looks to me the sources for this demo end > up in both examples.jar and src.zip. I don't think src.zip existed in prior > JDK releases so this might be a recent problem. > I think that was probably me when I

Re: Demo refresh

2011-04-18 Thread Kelly O'Hair
Hi Nils. This is fantastic, these demos needed some attention. You should scp the webrev to cr.openjdk.java.net, e.g. scp -r 7029383/webrev.01/ nloo...@cr.openjdk.java.net: Then anyone can view it with: http://cr.openjdk.java.net/~nloodin/webrev.01/ My comments: src/share/classes/com/sun/

hg: jdk7/tl/jdk: 7031076: Retained ZipFile InputStreams increase heap demand

2011-04-18 Thread xueming . shen
Changeset: 98688c4be64b Author:sherman Date: 2011-04-18 10:51 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/98688c4be64b 7031076: Retained ZipFile InputStreams increase heap demand Summary: Allow unreferenced ZipFile InputStreams to be finalized, GC'd Reviewed-by: sherman, d

hg: jdk7/tl/jdk: 7037085: Add hashCode() to Timestamp to address Findbugs warning

2011-04-18 Thread lance . andersen
Changeset: 9b3e6baad033 Author:lancea Date: 2011-04-18 12:07 -0400 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/9b3e6baad033 7037085: Add hashCode() to Timestamp to address Findbugs warning Reviewed-by: darcy, alanb, emcmanus ! src/share/classes/java/sql/Timestamp.java

hg: jdk7/tl/jdk: 7036559: ConcurrentHashMap footprint and contention improvements

2011-04-18 Thread chris . hegarty
Changeset: 005c0c85b0de Author:dl Date: 2011-04-18 16:10 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/005c0c85b0de 7036559: ConcurrentHashMap footprint and contention improvements Reviewed-by: chegar ! src/share/classes/java/util/concurrent/ConcurrentHashMap.java

hg: jdk7/tl/jdk: 7037436: CR 7035020 fails to check shutdown

2011-04-18 Thread chris . hegarty
Changeset: 603e70836e74 Author:dl Date: 2011-04-18 15:50 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/603e70836e74 7037436: CR 7035020 fails to check shutdown Reviewed-by: chegar ! src/share/classes/java/util/concurrent/ForkJoinPool.java ! src/share/classes/java/util/concu

Re: Demo refresh

2011-04-18 Thread Alan Bateman
Nils Loodin wrote: Hello all! My name is Nils Loodin ,and I work in the swedish SQE team, now under Ken chen. I've been working on the refresh demos project (PRD req. no. 537450) I actually sent a request for a review previously, but that mail seems to have gone missing (thanks Beehive), but

Demo refresh

2011-04-18 Thread Nils Loodin
Hello all! My name is Nils Loodin ,and I work in the swedish SQE team, now under Ken chen. I've been working on the refresh demos project (PRD req. no. 537450) I actually sent a request for a review previously, but that mail seems to have gone missing (thanks Beehive), but it's available at the

hg: jdk7/tl/jdk: 7030649: URL.equals() fails to compare jar urls

2011-04-18 Thread chris . hegarty
Changeset: 7e7bb0a97c40 Author:chegar Date: 2011-04-18 11:14 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/7e7bb0a97c40 7030649: URL.equals() fails to compare jar urls Reviewed-by: michaelm ! src/share/classes/sun/net/www/protocol/jar/Handler.java ! test/java/net/URL/Equals