hg: jdk7/tl/jdk: 7012003: diamond conversion for ssl

2011-01-14 Thread stuart . marks
Changeset: d61d9bf190f5 Author:smarks Date: 2011-01-14 15:31 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d61d9bf190f5 7012003: diamond conversion for ssl Reviewed-by: wetmore ! src/share/classes/sun/security/ssl/CipherSuite.java ! src/share/classes/sun/security/ssl/Cipher

hg: jdk7/tl/jdk: 7010903: impl. of http.maxConnections is different from the description in JavaSE document

2011-01-14 Thread chris . hegarty
Changeset: 983364897f72 Author:chegar Date: 2011-01-14 22:34 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/983364897f72 7010903: impl. of http.maxConnections is different from the description in JavaSE document Reviewed-by: alanb, michaelm ! src/share/classes/sun/net/www/h

hg: jdk7/tl/langtools: 7011272: langtools build.xml should provide a patch target

2011-01-14 Thread kumar . x . srinivasan
Changeset: 19f9b6548c70 Author:ksrini Date: 2011-01-14 13:59 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/19f9b6548c70 7011272: langtools build.xml should provide a patch target Reviewed-by: jonathan, jjh ! make/build.xml

Re: code review 7011497: new CertPathValidatorException.BasicReason enum constant for constrained algorithm

2011-01-14 Thread Sean Mullan
Hi Andrew, Did you consider using the existing X509CertSelector class to match on the authority key identifier? I actually think this should work, and it will avoid having to create the AKIDMatchState class. Take a look at the ForwardBuilder.getMatchingCACerts method towards the end, where it

hg: jdk7/tl/langtools: 6571165: Minor doc bugs in JavaCompiler.java

2011-01-14 Thread jonathan . gibbons
Changeset: 0a509c765657 Author:jjg Date: 2011-01-14 11:55 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/0a509c765657 6571165: Minor doc bugs in JavaCompiler.java Reviewed-by: mcimadamore ! src/share/classes/javax/tools/JavaCompiler.java

hg: jdk7/tl/langtools: 6419926: JSR 199: FileObject.toUri() generates URI without schema (Solaris)

2011-01-14 Thread jonathan . gibbons
Changeset: 7c7c1787fbbe Author:jjg Date: 2011-01-14 11:45 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/7c7c1787fbbe 6419926: JSR 199: FileObject.toUri() generates URI without schema (Solaris) Reviewed-by: mcimadamore + test/tools/javac/api/T6419926.java

Re: code review 7011497: new CertPathValidatorException.BasicReason enum constant for constrained algorithm

2011-01-14 Thread Xuelei Fan
On 1/15/2011 1:30 AM, Xuelei Fan wrote: > Hi Sean, > > webrev: http://cr.openjdk.java.net/~xuelei/7011497/webrev/ > Would you please review the update again. I integrate the fix for > 7011497 and 7012357 together. > > Comparing with previous webrev, the following updates are unchanged: > src/sha

Re: code review 7011497: new CertPathValidatorException.BasicReason enum constant for constrained algorithm

2011-01-14 Thread Xuelei Fan
Hi Sean, webrev: Would you please review the update again. I integrate the fix for 7011497 and 7012357 together. Comparing with previous webrev, the following updates are unchanged: src/share/classes/java/security/cert/CertPathValidatorException.java src/share/classes/sun/security/provider/certpa

hg: jdk7/tl/langtools: 3 new changesets

2011-01-14 Thread maurizio . cimadamore
Changeset: 2d5aff89aaa3 Author:mcimadamore Date: 2011-01-14 09:45 + URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/2d5aff89aaa3 6992698: JSR 292: remove support for transient syntax in polymorphic signature calls Summary: special syntax to denote indy return type through

Re: review request for 7011998: diamond conversion for jgss and pkcs11

2011-01-14 Thread Xuelei Fan
Get it! Thanks! Andrew On 1/14/2011 2:47 PM, Stuart Marks wrote: > Diamond conversion doesn't do very much other than to make the code > shorter, by removing redundancy. The meaning and function of the program > aren't changed at all. Given a diamond, the compiler infers type > arguments based on

code review request: 7012160: read SF file in signed jar in streaming mode

2011-01-14 Thread Weijun Wang
Hi Sean http://cr.openjdk.java.net/~weijun/7012160/webrev.00/ I've made changes to the following classes to enable streaming mode SF file reading: - java/util/jar/JarVerifier.java: 1. New verifyBlock method. 2. Change the constructor from JarVerifier(byte[]) to JarVerifier(byte[], Manifest