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
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
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
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
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
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