Re: Does OpenJDK support bitmap image with JarURLConnection?

2011-03-08 Thread Jing LV
于 2011-3-1 18:44, Chris Hegarty 写道: > Interesting... I would have guessed bmp would be supported too. It > doesn't appear to be specific to JarURLConnection, raw file urls also > exhibit the same behavior. > > Wow, last time content-types.properties was meaningfully changed was > 1999, when PNG wa

Re: URI ignores invalid ipv6 address while parsing authority

2011-03-08 Thread Jing LV
于 2011-3-1 20:44, Chris Hegarty 写道: > On 03/ 1/11 09:58 AM, Jing LV wrote: >> Hello, >> >> According to authority component RFC2396, if host name is a domain name >> there should be no "[" and "]". However if we put a hostname like >> "[www.abc.com]" while creating a URI, it silently accept, no err

hg: jdk7/tl/jdk: 7025468: Tests using diamond with anonymous inner classes needs to be reverted

2011-03-08 Thread alan . bateman
Changeset: 663c7623b96b Author:alanb Date: 2011-03-08 10:32 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/663c7623b96b 7025468: Tests using diamond with anonymous inner classes needs to be reverted Reviewed-by: dholmes, forax ! test/java/nio/file/DirectoryStream/Basic.java

Re: URI ignores invalid ipv6 address while parsing authority

2011-03-08 Thread Chris Hegarty
On 03/ 8/11 09:21 AM, Jing LV wrote: > > (I am not sure but it seems the mail was not sent successfully - sorry if you > receive it twice!) > Thanks Chris. I see the bug 7023363 online. I wonder is there a fix now? > I find that we may add an else block at the end of the > URI.appendAuthority

hg: jdk7/tl/jdk: 6495521: (doc) ConcurrentSkipListMap links to web page NOT describing SkipList

2011-03-08 Thread chris . hegarty
Changeset: f251e9510e50 Author:dl Date: 2011-03-08 17:52 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f251e9510e50 6495521: (doc) ConcurrentSkipListMap links to web page NOT describing SkipList Summary: update link, and minor implementation comment in Exchanger Reviewed-by:

hg: jdk7/tl/jdk: 7023006: Reduce unnecessary thread activity in ForkJoinPool

2011-03-08 Thread chris . hegarty
Changeset: 63509149c027 Author:dl Date: 2011-03-08 18:16 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/63509149c027 7023006: Reduce unnecessary thread activity in ForkJoinPool Reviewed-by: chegar, dholmes ! src/share/classes/java/util/concurrent/ForkJoinPool.java ! src/shar

Re: hg: jdk7/tl/jdk: 7023006: Reduce unnecessary thread activity in ForkJoinPool

2011-03-08 Thread Alex Lam S.L.
Under ForkJoinPool.java: * readers must tolerate null slots. To avoid flailing during should it be "failing" (extraneous "l")? Alex. On Tue, Mar 8, 2011 at 6:17 PM, wrote: > Changeset: 63509149c027 > Author:    dl > Date:      2011-03-08 18:16 + > URL:       http://hg.openjdk.java.net/

Re: hg: jdk7/tl/jdk: 7023006: Reduce unnecessary thread activity in ForkJoinPool

2011-03-08 Thread Chris Hegarty
On 03/ 8/11 06:25 PM, Alex Lam S.L. wrote: Under ForkJoinPool.java: * readers must tolerate null slots. To avoid flailing during should it be "failing" (extraneous "l")? I actually flagged this in my original review, but put it aside as I guessed it was kinda correct. The array is sized larg

Re: hg: jdk7/tl/jdk: 7023006: Reduce unnecessary thread activity in ForkJoinPool

2011-03-08 Thread Alex Lam S.L.
Yes, that would make sense indeed. I guess they are referring to the undesirable expansion on the array as opposed to say ArrayIndexOutOfBoundsException. Thanks a lot for the clarification. Alex. On Tue, Mar 8, 2011 at 6:35 PM, Chris Hegarty wrote: > On 03/ 8/11 06:25 PM, Alex Lam S.L. wrot

hg: jdk7/tl/jdk: 2 new changesets

2011-03-08 Thread mike . duigou
Changeset: d4a34b150597 Author:mduigou Date: 2011-03-08 15:09 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d4a34b150597 6611830: UUID thread-safety and performance improvements Reviewed-by: mduigou, jjb, alanb, briangoetz, dholmes, peterjones Contributed-by: Daniel Aioanei