hg: hsx/hotspot-rt/hotspot: 8009204: [dtrace] signatures returned by Java 7 jstack() are corrupted on Solaris

2013-07-01 Thread serguei . spitsyn
Changeset: 7f11c12d7a90 Author:sspitsyn Date: 2013-07-01 14:13 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/7f11c12d7a90 8009204: [dtrace] signatures returned by Java 7 jstack() are corrupted on Solaris Summary: The fix is basically a backport of JDK-7019165 (ps

hg: jdk8/tl/jdk: 8019539: Fix doclint errors in java.security and its subpackages

2013-07-01 Thread jason . uh
Changeset: 17f44b2dde41 Author:juh Date: 2013-07-01 17:46 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/17f44b2dde41 8019539: Fix doclint errors in java.security and its subpackages Reviewed-by: darcy ! src/share/classes/java/security/KeyStore.java ! src/share/classes/java/

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/

Re: JDK 8 code review request for doclint issues in java.lang.instrument

2013-07-01 Thread Alan Bateman
On 01/07/2013 19:24, Joe Darcy wrote: Hello, Yet another found of doclint fixes for review; this batch to java.lang.instrument. Thanks, -Joe This looks okay to me. -Alan

hg: hsx/hotspot-rt/hotspot: 8016331: Minor issues in event tracing metadata

2013-07-01 Thread markus . gronlund
Changeset: 993dfb57c575 Author:egahlin Date: 2013-06-26 17:02 +0200 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/993dfb57c575 8016331: Minor issues in event tracing metadata Reviewed-by: stefank, brutisso, mgronlun ! src/share/vm/trace/trace.xml

Re: RFR (XXS): 8017159: Unexclude sun/tools/JMAP/Basic.sh test

2013-07-01 Thread Erik Helin
On 2013-06-25, Alan Bateman wrote: > On 25/06/2013 14:57, Erik Helin wrote: > >Hi all, > > > >this minimal change removes the test sun/tools/JMAP/Basic.sh from > >ProblemList.txt since the bug that caused the test to fail has been > >fixed. > > > >Webrev: > >http://cr.openjdk.java.net/~ehelin/80171

RFR: 8010734: NPG: The test MemoryTest.java needs to be updated to support metaspace

2013-07-01 Thread Erik Helin
Hi all, this change updates MemoryTest.java to take the newly added Metaspace and Compressed Class Space MemoryMXBeans into account, as well as the new Metaspace Memory Manager. This change also removes the following two tests from ProblemList.txt since they are now passing again: -java/lang/mana

RFR: 8019500: Exclude MemoryTest.java and MemoryTestAllGC.sh to enable integration

2013-07-01 Thread Erik Helin
Hi all, this change excludes the following two MemoryMXBean tests: - java/lang/management/MemoryMXBean/MemoryTestAllGC.sh - java/lang/management/MemoryMXBean/MemoryTest.java This is needed since a change in hotspot added a new memory pool for metaspace: > hg log hotspot-main/hotspot: > changese

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: hsx/hotspot-rt/hotspot: 8016444: Duplicate zombie check in safe_for_sender

2013-07-01 Thread rickard . backman
Changeset: acfa2cc19146 Author:rbackman Date: 2013-06-12 09:49 +0200 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/acfa2cc19146 8016444: Duplicate zombie check in safe_for_sender Reviewed-by: dholmes, sla ! src/cpu/sparc/vm/frame_sparc.cpp ! src/share/vm/memory/referen

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

hg: hsx/hotspot-rt/hotspot: 7060111: race condition in VMError::report_and_die()

2013-07-01 Thread frederic . parain
Changeset: 068b406e307f Author:fparain Date: 2013-07-01 09:13 + URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/068b406e307f 7060111: race condition in VMError::report_and_die() Reviewed-by: zgu, coleenp Contributed-by: volker.simo...@gmail.com ! src/share/vm/utiliti

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