hg: jdk8/tl/jdk: 8019535: Fix doclint issues in java.time.format

2013-07-01 Thread joe . darcy
Changeset: 5427f7316633 Author:darcy Date: 2013-07-01 14:33 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5427f7316633 8019535: Fix doclint issues in java.time.format Reviewed-by: lancea, rriggs ! src/share/classes/java/time/format/DateTimeFormatter.java

hg: jdk8/tl/jdk: 8019529: Fix doclint issues in java.util.spi

2013-07-01 Thread joe . darcy
Changeset: 8e5376324e4b Author:darcy Date: 2013-07-01 13:42 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8e5376324e4b 8019529: Fix doclint issues in java.util.spi Reviewed-by: lancea ! src/share/classes/java/util/spi/LocaleServiceProvider.java

hg: jdk8/tl/jdk: 8019527: Fix doclint issues in java.lang.instrument

2013-07-01 Thread joe . darcy
Changeset: 3736ad2636aa Author:darcy Date: 2013-07-01 13:29 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3736ad2636aa 8019527: Fix doclint issues in java.lang.instrument Reviewed-by: lancea, alanb ! src/share/classes/java/lang/instrument/Instrumentation.java

hg: jdk8/tl/jdk: 8017540: Improve multi-threaded contention behavior of radix conversion cache

2013-07-01 Thread alan . bateman
Changeset: c8cf01de8fa8 Author:bpb Date: 2013-07-01 11:30 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c8cf01de8fa8 8017540: Improve multi-threaded contention behavior of radix conversion cache Summary: Replace array of ArrayList of BigIntegers with a volatile two-dimensio

hg: jdk8/tl/langtools: 7162089: Add support for repeating annotations to javax.annotation.processing

2013-07-01 Thread joe . darcy
Changeset: 1908e86ee49a Author:darcy Date: 2013-07-01 11:58 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/1908e86ee49a 7162089: Add support for repeating annotations to javax.annotation.processing Reviewed-by: abuckley, jjg, jfranck ! src/share/classes/com/sun/tools/

hg: jdk8/tl/langtools: 7034798: Ambiguity error for abstract method call is too eager

2013-07-01 Thread maurizio . cimadamore
Changeset: f559ef7568ce Author:mcimadamore Date: 2013-07-01 14:57 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/f559ef7568ce 7034798: Ambiguity error for abstract method call is too eager Summary: Javac should wait and see if ambiguous methods can be reconciled at the

hg: jdk8/tl/jdk: 8019259: Failover to CRL checking does not happen if wrong OCSP responder URL is set

2013-07-01 Thread vincent . x . ryan
Changeset: dfb37cc30a67 Author:vinnie Date: 2013-07-01 14:39 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/dfb37cc30a67 8019259: Failover to CRL checking does not happen if wrong OCSP responder URL is set Reviewed-by: xuelei ! src/share/classes/sun/security/provider/certpa

Re: RFR: 8019341: Update CookieHttpsClientTest to use the newer framework.

2013-07-01 Thread Michael McMahon
On 28/06/13 02:38, Stuart Marks wrote: On 6/27/13 4:58 PM, Brad Wetmore wrote: Chris (and Michael), As my part of the "intermittently failing test cleanup," I'm looking into a test of yours that has been intermittently failing. It's bug: https://jbs.oracle.com/bugs/browse/JDK-8017333

hg: jdk8/tl/jdk: 8014045: test/java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java failing intermittently

2013-07-01 Thread daniel . fuchs
Changeset: 3aa541b50a64 Author:dfuchs Date: 2013-07-01 11:13 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3aa541b50a64 8014045: test/java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java failing intermittently Summary: this test was failing because it didn't ta

new class HttpURLPermission

2013-07-01 Thread Andreas Rieber
Hi, i just had a look at the new HttpURLPermission and there might be an issue in normalizeMethods(). It throws only IllegalArgumentException for SP and HT, there are a few more illegal characters. Other than that the method is case-sensitiv. Also the used wild-card '*' is a valid method. No