Re: SSLSocketImpl and Handshake Notifier efficiency/thread pooling

2013-01-16 Thread Bernd Eckenfels
Hello Xuelei, List, thanks for taking the time to comment: Am 16.01.2013, 05:04 Uhr, schrieb Xuelei Fan : I agree with you that create new threads in SSLSocket implementation is not good. The application is the better place to decide what's the right thread model. For the same reason, usi

hg: jdk8/tl/langtools: 8006283: Change to Class.cast() in javax.lang.model implementation for repeating annotations

2013-01-16 Thread joe . darcy
Changeset: 8b749558767b Author:darcy Date: 2013-01-16 13:22 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/8b749558767b 8006283: Change to Class.cast() in javax.lang.model implementation for repeating annotations Reviewed-by: jjg ! src/share/classes/com/sun/tools/java

hg: jdk8/tl/jdk: 6 new changesets

2013-01-16 Thread lana . steuck
Changeset: 32a57e645e01 Author:katleman Date: 2013-01-03 12:44 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/32a57e645e01 Added tag jdk8-b71 for changeset 2a5af0f766d0 ! .hgtags Changeset: c9a914b11436 Author:katleman Date: 2013-01-10 09:55 -0800 URL: http:/

hg: jdk8/tl/jaxws: 2 new changesets

2013-01-16 Thread lana . steuck
Changeset: d9707230294d Author:katleman Date: 2013-01-03 12:44 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/d9707230294d Added tag jdk8-b71 for changeset f577a39c9fb3 ! .hgtags Changeset: c606f644a5d9 Author:katleman Date: 2013-01-10 09:55 -0800 URL: http

hg: jdk8/tl/langtools: 4 new changesets

2013-01-16 Thread lana . steuck
Changeset: 6f0986ed9b7e Author:katleman Date: 2013-01-03 12:44 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/6f0986ed9b7e Added tag jdk8-b71 for changeset 467e4d9281bc ! .hgtags Changeset: 45fed5cfd1c3 Author:katleman Date: 2013-01-10 09:56 -0800 URL:

hg: jdk8/tl/jaxp: 3 new changesets

2013-01-16 Thread lana . steuck
Changeset: bdf2af722a6b Author:katleman Date: 2013-01-03 12:44 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/bdf2af722a6b Added tag jdk8-b71 for changeset 499be952a291 ! .hgtags Changeset: 84946404d1e1 Author:katleman Date: 2013-01-10 09:55 -0800 URL: http:

hg: jdk8/tl/corba: 2 new changesets

2013-01-16 Thread lana . steuck
Changeset: cb40427f4714 Author:katleman Date: 2013-01-03 12:44 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/cb40427f4714 Added tag jdk8-b71 for changeset 8171d23e914d ! .hgtags Changeset: 191afde59e7b Author:katleman Date: 2013-01-10 09:55 -0800 URL: http

hg: jdk8/tl/jdk: 8005939: sun/security/x509/{X509CRLImplX509CertImpl}/Verify.java fail in confusing way when some providers not present

2013-01-16 Thread sean . mullan
Changeset: f7f77bdf248b Author:juh Date: 2013-01-16 13:35 -0500 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f7f77bdf248b 8005939: sun/security/x509/{X509CRLImplX509CertImpl}/Verify.java fail in confusing way when some providers not present Reviewed-by: mullan, weijun ! test/su

Re: [8] Request for review: 8005939: sun/security/x509/{X509CRLImpl, X509CertImpl}/Verify.java fail in confusing way when some providers not present

2013-01-16 Thread Sean Mullan
Looks good, I will push it for you. Can you add the noreg-self label to the bug since this is a fix to a regression test? Thanks, Sean On 01/15/2013 02:41 PM, Jason Uh wrote: Updated to use SunJCE for verification: http://cr.openjdk.java.net/~juh/8005939/webrev.01/ On 01/15/2013 10:26 AM, Sea

hg: jdk8/tl/langtools: 8006236: doclint: structural issue hidden

2013-01-16 Thread jonathan . gibbons
Changeset: 6b6311a8c9cc Author:jjg Date: 2013-01-16 10:29 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/6b6311a8c9cc 8006236: doclint: structural issue hidden Reviewed-by: darcy ! src/share/classes/com/sun/tools/doclint/Checker.java + test/tools/doclint/EndTagsTest.ja

hg: jdk8/tl/langtools: 8005964: Regression: difference in error recovery after ambiguity causes JCK test failure

2013-01-16 Thread maurizio . cimadamore
Changeset: 1afdf1f1472b Author:mcimadamore Date: 2013-01-16 17:40 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/1afdf1f1472b 8005964: Regression: difference in error recovery after ambiguity causes JCK test failure Summary: Wrong implementation of ResolveError.access

hg: jdk8/tl/langtools: 2 new changesets

2013-01-16 Thread maurizio . cimadamore
Changeset: f785dcac17b7 Author:mcimadamore Date: 2013-01-16 16:27 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/f785dcac17b7 8005854: Add support for array constructor references Summary: Support constructor references of the kind int[]::new Reviewed-by: jjg ! src/sha

hg: jdk8/tl/jdk: 8005389: Backout fix for JDK-6500133

2013-01-16 Thread sean . mullan
Changeset: c7d54f93d3e5 Author:juh Date: 2013-01-16 09:51 -0500 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c7d54f93d3e5 8005389: Backout fix for JDK-6500133 Reviewed-by: mullan ! src/share/classes/sun/security/x509/URIName.java ! test/sun/security/x509/URIName/Parse.java

hg: jdk8/tl/jdk: 8005926: Merge ThreadLocalRandom state into java.lang.Thread

2013-01-16 Thread chris . hegarty
Changeset: 9d8ef6174cfd Author:dl Date: 2013-01-16 10:14 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9d8ef6174cfd 8005926: Merge ThreadLocalRandom state into java.lang.Thread Reviewed-by: shade, chegar ! src/share/classes/java/lang/Thread.java ! src/share/classes/java/uti