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
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
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:
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.
2009/9/2 Andrew John Hughes :
> 2009/9/2 Michael StJohns :
>> At 09:38 PM 9/1/2009, Andrew John Hughes wrote:
>>>2009/9/2 Michael StJohns :
 This appears to be related specifically to PKCS11. Specifically, PKCS11
v2.20 has some ambiguity of the representation of an EC point (which is
>
Max (Weijun) Wang wrote:
On Sep 22, 2009, at 4:09 PM, Florian Weimer wrote:
* Max Wang:
Please take a review on this code change:
http://cr.openjdk.java.net/~weijun/6880321/webrev.00/
This code is still unreliable. You cannot hide OutOfMemoryError this
way. The error could even be th
On Sep 22, 2009, at 4:09 PM, Florian Weimer wrote:
* Max Wang:
Please take a review on this code change:
http://cr.openjdk.java.net/~weijun/6880321/webrev.00/
This code is still unreliable. You cannot hide OutOfMemoryError this
way. The error could even be thrown in a completely unrel
* Max Wang:
> Please take a review on this code change:
>
> http://cr.openjdk.java.net/~weijun/6880321/webrev.00/
This code is still unreliable. You cannot hide OutOfMemoryError this
way. The error could even be thrown in a completely unrelated thread.
There is no really good way to deal w
Hi Andrew
Please take a review on this code change:
http://cr.openjdk.java.net/~weijun/6880321/webrev.00/
Thanks
Max
*Change Request ID*: 6880321
*Synopsis*: sun.security.provider.JavaKeyStore abuse of OOM
Exception handling
=== *Description*
=