Changeset: e2f976a73afb
Author:jgish
Date: 2012-10-29 16:51 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e2f976a73afb
6206780: (str) Forwarding append methods in String{Buffer,Builder} are
inconsistent
Summary: update StringBuilder & StringBuffer to consistently handle for
http://cr.openjdk.java.net/~juh/7198416/webrev.00/
Because sun.security.x509.CertificateIssuerName and
CertificateSubjectName do not provide any functionality beyond that of
X500Name, they have been removed. X509CertImpl and X509CertInfo have
been modified to use X500Name directly instead of t
Changeset: 17384fc6b31f
Author:ohrstrom
Date: 2012-10-29 14:12 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/17384fc6b31f
8000970: break out auxiliary classes that will prevent multi-core compilation
of the JDK
Reviewed-by: alanb, wetmore
+ make/tools/src/build/tools/gener
Changeset: 643e7612cf6d
Author:ohrstrom
Date: 2012-10-29 14:10 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/643e7612cf6d
8000970: break out auxiliary classes that will prevent multi-core compilation
of the JDK.
Reviewed-by: alanb, wetmore
! src/share/classes/com/sun/cor
Changeset: a65971893c50
Author:rfield
Date: 2012-10-29 10:39 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/a65971893c50
8000694: Add generation of lambda implementation code: invokedynamic call,
lambda method, adaptor methods
Summary: Add lambda implementation code wi
Changeset: d1ffbdf7e3c6
Author:sla
Date: 2012-10-29 09:23 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d1ffbdf7e3c6
8001621: Update awk scripts that check output from jps/jcmd
Reviewed-by: alanb
! test/sun/tools/jcmd/jcmd_Output1.awk
! test/sun/tools/jps/jps-l_Output1.awk
Changeset: 7fa45c455034
Author:naoto
Date: 2012-10-29 10:42 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7fa45c455034
8000997: Multiple locale sensitive services cannot be loaded
Reviewed-by: okutsu
! src/share/classes/sun/util/locale/provider/LocaleServiceProviderPool.jav
For the PKCS11 wrapper stuff, would it be legitimate to tie this to JNA?
The current version of the wrapper is about 8 years old - and doesn't support a
lot of the new mechanisms. At some point, this is going to need an update to
support PKCS11 v2.30 and other new mechanisms. I had a thought t
Greetings:
I modified several files in the core library security code:
src/share/native/sun/security/jgss/wrapper/GSSLibStub.c
src/share/native/sun/security/jgss/wrapper/NativeUtil.c
src/share/native/sun/security/pkcs11/wrapper/p11_convert.c
src/share/native/sun/security/pkcs11/wrapper/p11_crypt.