hg: jdk7/tl/langtools: 2 new changesets

2011-05-11 Thread maurizio . cimadamore
Changeset: a2d422d480cb Author:mcimadamore Date: 2011-05-11 13:10 +0200 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/a2d422d480cb 7042566: Regression: new ambiguity between varargs method Summary: Erroneous ambiguity error when choosing most specific varargs method

hg: jdk7/tl/jdk: 2 new changesets

2011-05-11 Thread alan . bateman
Changeset: 11ef1f1bd7ca Author:alanb Date: 2011-05-11 14:57 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/11ef1f1bd7ca 7043425: (fc) ClosedByInterruptException thrown but interrupt status not set Reviewed-by: dholmes, chegar !

hg: jdk7/tl/jdk: 7043234: (fmt) java.util.Formatter links in javadoc to BigDecimal need to be fixed

2011-05-11 Thread xueming . shen
Changeset: 501ca93ea3ef Author:sherman Date: 2011-05-11 08:54 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/501ca93ea3ef 7043234: (fmt) java.util.Formatter links in javadoc to BigDecimal need to be fixed Summary: fixed the doc miss Reviewed-by: alanb, emcmanus !

hg: jdk7/tl/langtools: 7043867: docs/jdk/api/javac have html files that have issues with HTML4 compliance

2011-05-11 Thread jonathan . gibbons
Changeset: bdfa48f80c82 Author:jjg Date: 2011-05-11 14:55 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/bdfa48f80c82 7043867: docs/jdk/api/javac have html files that have issues with HTML4 compliance Reviewed-by: darcy !

Re: proposal to optimise the performance of the Jar utility

2011-05-11 Thread mike . skells
Hi, I have an update of the optimisations to date In summary jar can be 3 to 4 times faster and becomes CPU bound on all 4 cores of my dev system the results are as a CSV below I have included tests of the 1.6 and 1.7 code and runtime for comparison the optimisation that I have completed are

hg: jdk7/tl/jdk: 6659215: javax.management.timer.Timer frequently fails to start

2011-05-11 Thread keith . mcguigan
Changeset: 831017d8fbcf Author:kamg Date: 2011-05-11 20:18 -0400 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/831017d8fbcf 6659215: javax.management.timer.Timer frequently fails to start Summary: Copy array to avoid ConcurrentModificationException Reviewed-by: dcubed, alanb !

hg: jdk7/tl/jdk: 7043514: NPE in sun.security.ssl.JsseJce.isEcAvailable

2011-05-11 Thread xuelei . fan
Changeset: 99156e4f26ea Author:xuelei Date: 2011-05-11 20:39 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/99156e4f26ea 7043514: NPE in sun.security.ssl.JsseJce.isEcAvailable Reviewed-by: weijun, vinnie, wetmore ! src/share/classes/sun/security/ssl/JsseJce.java