Re: hg: jdk7/tl/jdk: 6626257: Update SWAN-specific webcaching to Oracle environment in the regression tests.

2011-04-14 Thread Dr Andrew John Hughes
On 14 April 2011 00:17, wrote: > Changeset: 65b6fe866a6f > Author:    wetmore > Date:      2011-04-13 16:12 -0700 > URL:       http://hg.openjdk.java.net/jdk7/tl/jdk/rev/65b6fe866a6f > > 6626257: Update SWAN-specific webcaching to Oracle environment in the > regression tests. > Reviewed-by: vale

Re: hg: jdk7/tl/jdk: 6626257: Update SWAN-specific webcaching to Oracle environment in the regression tests.

2011-04-14 Thread Chris Hegarty
On 04/14/11 02:45 PM, Dr Andrew John Hughes wrote: On 14 April 2011 00:17, wrote: Changeset: 65b6fe866a6f Author:wetmore Date: 2011-04-13 16:12 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/65b6fe866a6f 6626257: Update SWAN-specific webcaching to Oracle environment in th

Code Review 7030649: URL.equals() fails to compare jar urls

2011-04-14 Thread Chris Hegarty
Alan, Michael, This is an old issue. JAR URLs may not compare equal when their enclosing URL's are. The reason is that URLStreamHandle.equals(URL,URL) and sameFile(URL,URL) doesn't know about the composite URL syntax used by JAR URLs. To resolve this we should overridden samefile in sun.net.w

Re: Code Review 7030649: URL.equals() fails to compare jar urls

2011-04-14 Thread Michael McMahon
Chris Hegarty wrote: Alan, Michael, This is an old issue. JAR URLs may not compare equal when their enclosing URL's are. The reason is that URLStreamHandle.equals(URL,URL) and sameFile(URL,URL) doesn't know about the composite URL syntax used by JAR URLs. To resolve this we should overridden

Re: hg: jdk7/tl/jdk: 6626257: Update SWAN-specific webcaching to Oracle environment in the regression tests.

2011-04-14 Thread Brad Wetmore
Internally, we've been moving from the Sun network environment to Oracle's for about a year now, and we lose various bits of connectivity which sends us scrambling. On 4/14/2011 7:01 AM, Chris Hegarty wrote: On 04/14/11 02:45 PM, Dr Andrew John Hughes wrote: On 14 April 2011 00:17, wrote: Ch

hg: jdk7/tl/jdk: 6430675: Math.round has surprising behavior for 0x1.fffffffffffffp-2

2011-04-14 Thread joe . darcy
Changeset: 2d89d0d1e0ff Author:darcy Date: 2011-04-14 21:27 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2d89d0d1e0ff 6430675: Math.round has surprising behavior for 0x1.fp-2 Reviewed-by: alanb ! src/share/classes/java/lang/Math.java ! src/share/classes/java/la