hg: jdk8/tl/jdk: 6206780: (str) Forwarding append methods in String{Buffer, Builder} are inconsistent

2012-10-29 Thread mike . duigou
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

Request for review: 7198416: Using X500Name in place of CertificateIssuerName and CertificateSubjectName

2012-10-29 Thread Jason Uh
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

hg: jdk8/tl/jdk: 8000970: break out auxiliary classes that will prevent multi-core compilation of the JDK

2012-10-29 Thread fredrik . ohrstrom
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

hg: jdk8/tl/corba: 8000970: break out auxiliary classes that will prevent multi-core compilation of the JDK.

2012-10-29 Thread fredrik . ohrstrom
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

hg: jdk8/tl/langtools: 8000694: Add generation of lambda implementation code: invokedynamic call, lambda method, adaptor methods

2012-10-29 Thread robert . field
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

hg: jdk8/tl/jdk: 8001621: Update awk scripts that check output from jps/jcmd

2012-10-29 Thread staffan . larsen
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

hg: jdk8/tl/jdk: 8000997: Multiple locale sensitive services cannot be loaded

2012-10-29 Thread naoto . sato
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

Re: RFR: 8001579, security code modifications that eliminate compiler warnings, etc.

2012-10-29 Thread Michael StJohns
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

RFR: 8001579, security code modifications that eliminate compiler warnings, etc.

2012-10-29 Thread John Zavgren
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.