[security-dev 01546]: hg: jdk7/tl/langtools: 6918127: improve handling of TypeAnnotationPosition fields

2010-01-20 Thread jonathan . gibbons
Changeset: 0eaf89e08564 Author:jjg Date: 2010-01-20 16:12 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/0eaf89e08564 6918127: improve handling of TypeAnnotationPosition fields Reviewed-by: jjg, darcy Contributed-by: [email protected], [email protected] ! src/s

[security-dev 01545]: hg: jdk7/tl/jdk: 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining

2010-01-20 Thread daniel . daugherty
Changeset: b19cd193245e Author:dcubed Date: 2010-01-20 12:09 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b19cd193245e 6580131: 3/4 CompiledMethodLoad events don't produce the expected extra notifications to describe inlining Summary: Add support for additional implementat

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

2010-01-20 Thread Andrew John Hughes
2010/1/20 Tomas Gustavsson : > > I'll second this request. This is a critical patch and many production > installations have to live with this manually patched now. > > I know of no pkcs11 implementation that works with the current code. > It has four votes: http://bugs.sun.com/bugdatabase/view_bu

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

2010-01-20 Thread Tomas Gustavsson
I'll second this request. This is a critical patch and many production installations have to live with this manually patched now. I know of no pkcs11 implementation that works with the current code. Regards, Tomas Gustavsson PrimeKey Solutions AB On Wed, 20 Jan 2010, Michael StJohns wrote:

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

2010-01-20 Thread Andrew John Hughes
2010/1/20 Michael StJohns : > Hi - this seems to have stalled out again.  Any chance of revival? > Never mind stalled, it doesn't appear to have even started to begin with! We do ship the patch with IcedTea6. If Sun don't want the fix for OpenJDK itself, I guess that's their problem. > Mike > >

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

2010-01-20 Thread Michael StJohns
Hi - this seems to have stalled out again. Any chance of revival? Mike At 12:33 PM 9/24/2009, Vincent Ryan wrote: >Hello Andrew, > >I'll need a little more time to come up to speed on this fix. I'm concerned >that >there may be interoperability or backwards compatibility issues. > > > >Andrew

[security-dev 01540]: hg: jdk7/tl/jdk: 6862064: incorrect implementation of PKIXParameters.clone()

2010-01-20 Thread xuelei . fan
Changeset: dca3a251a001 Author:xuelei Date: 2010-01-20 21:38 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/dca3a251a001 6862064: incorrect implementation of PKIXParameters.clone() Reviewed-by: weijun, mullan ! src/share/classes/java/security/cert/PKIXParameters.java