[security-dev 01248]: 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

[security-dev 01247]: 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

[security-dev 01246]: 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:

[security-dev 01245]: 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.

[security-dev 01244]: PING: [PATCH FOR REVIEW]: 6763530: Fix breakage of NSS-based Elliptic Curve Cryptography in OpenJDK6

2009-09-22 Thread Andrew John Hughes
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 >

[security-dev 01243]: Re: Code review request: 6880321 sun.security.provider.JavaKeyStore abuse of OOM Exception handling

2009-09-22 Thread Xuelei Fan
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

[security-dev 01242]: Re: Code review request: 6880321 sun.security.provider.JavaKeyStore abuse of OOM Exception handling

2009-09-22 Thread Max (Weijun) Wang
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

[security-dev 01241]: Re: Code review request: 6880321 sun.security.provider.JavaKeyStore abuse of OOM Exception handling

2009-09-22 Thread Florian Weimer
* 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

[security-dev 01240]: Code review request: 6880321 sun.security.provider.JavaKeyStore abuse of OOM Exception handling

2009-09-22 Thread Max (Weijun) Wang
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* =