hg: jdk7/tl/jdk: 2 new changesets

2009-09-22 Thread martinrb
Changeset: bbb543254c63 Author:martin Date: 2009-09-22 18:30 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/bbb543254c63 4245470: algorithm of java.lang.Byte.hashCode() is not specified Summary: Specify some hashCode methods are equivalent to intValue Reviewed-by: darcy ! sr

hg: jdk7/tl/jdk: 6468534: (reflect) Exception types cannot be parameterized, rephrase getGenericExceptionTypes.

2009-09-22 Thread joe . darcy
Changeset: c715b68cdcaf Author:darcy Date: 2009-09-22 16:11 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c715b68cdcaf 6468534: (reflect) Exception types cannot be parameterized, rephrase getGenericExceptionTypes. Reviewed-by: alanb ! src/share/classes/java/lang/reflect/Co

hg: jdk7/tl/jdk: 2 new changesets

2009-09-22 Thread kevin . walls
Changeset: b8004f6f4812 Author:kevinw Date: 2009-09-22 17:01 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b8004f6f4812 6882768: (launcher) test for 6842838 is broken Summary: Testcase correction. Reviewed-by: ksrini ! test/tools/launcher/6842838/Test6842838.sh Changeset:

hg: jdk7/tl/jdk: 2 new changesets

2009-09-22 Thread christopher . hegarty
Changeset: 023063a403ed Author:chegar Date: 2009-09-22 14:42 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/023063a403ed 6882654: Remove dependency on java.util.concurrent from KeepAlive implementaion Reviewed-by: michaelm ! src/share/classes/sun/net/www/http/KeepAliveCache.

Re: Request for Review 6882384

2009-09-22 Thread Christopher Hegarty - Sun Microsystems Ireland
On 22/09/2009 12:58, Alan Bateman wrote: Christopher Hegarty - Sun Microsystems Ireland wrote: 6882384: Update http protocol handler to use PlatformLogger Webrev: http://cr.openjdk.java.net/~chegar/6882384/webrev.0/webrev/ Change http logging to use the PlatformLogger. We can simply remove

Re: Request for Review 6882384

2009-09-22 Thread Alan Bateman
Christopher Hegarty - Sun Microsystems Ireland wrote: 6882384: Update http protocol handler to use PlatformLogger Webrev: http://cr.openjdk.java.net/~chegar/6882384/webrev.0/webrev/ Change http logging to use the PlatformLogger. We can simply remove the reflective calls to the logging API f

Re: Request for Review 6882384

2009-09-22 Thread Jean-Christophe Collet
Christopher Hegarty - Sun Microsystems Ireland wrote: 6882384: Update http protocol handler to use PlatformLogger Webrev: http://cr.openjdk.java.net/~chegar/6882384/webrev.0/webrev/ Change http logging to use the PlatformLogger. We can simply remove the reflective calls to the logging API f

Request for Review 6882384

2009-09-22 Thread Christopher Hegarty - Sun Microsystems Ireland
6882384: Update http protocol handler to use PlatformLogger Webrev: http://cr.openjdk.java.net/~chegar/6882384/webrev.0/webrev/ Change http logging to use the PlatformLogger. We can simply remove the reflective calls to the logging API from HttpCapture as the PlatformLogger will take care o