hg: hsx/hotspot-rt/hotspot: 26 new changesets

2013-08-23 Thread daniel . daugherty
Changeset: afbe18ae0905 Author:bharadwaj Date: 2013-08-15 11:59 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/afbe18ae0905 8022441: Bad code generated for certain interpreted CRC intrinsics, 2 cases Summary: Corrected details Reviewed-by: kvn, twisti, rbackman Con

Re: Request for review:8023477: Invalid CP index when reading ConstantPool

2013-08-23 Thread Jiangli Zhou
Thanks again, Serguei! Jiangli On 08/23/2013 03:27 PM, serguei.spit...@oracle.com wrote: Hi Jiangli, The fix looks good and safe. Thanks, Serguei On 8/23/13 2:49 PM, Jiangli Zhou wrote: Hi, Please review the fix for 8023477: http://cr.openjdk.java.net/~jiangli/8023477/webrev.00/ Both t

Re: Request for review:8023477: Invalid CP index when reading ConstantPool

2013-08-23 Thread serguei.spit...@oracle.com
Hi Jiangli, The fix looks good and safe. Thanks, Serguei On 8/23/13 2:49 PM, Jiangli Zhou wrote: Hi, Please review the fix for 8023477: http://cr.openjdk.java.net/~jiangli/8023477/webrev.00/ Both tests reported by the bug failed due to the same problem. They both are passing now. The o

Request for review:8023477: Invalid CP index when reading ConstantPool

2013-08-23 Thread Jiangli Zhou
Hi, Please review the fix for 8023477: http://cr.openjdk.java.net/~jiangli/8023477/webrev.00/ Both tests reported by the bug failed due to the same problem. They both are passing now. The original memory reduction change for 8021948 turned out to be a little trickier than I expected. Th

hg: jdk8/tl/jdk: 8005899: Logger.getLogger(name, null) should not allow to reset a non-null resource bundle

2013-08-23 Thread daniel . fuchs
Changeset: 4ef82445ea20 Author:dfuchs Date: 2013-08-23 20:59 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4ef82445ea20 8005899: Logger.getLogger(name, null) should not allow to reset a non-null resource bundle Reviewed-by: mchung, lancea ! src/share/classes/java/util/logg

Re: RFR 8019375: Internal symbol table size should be tunable.

2013-08-23 Thread Coleen Phillimore
Hi Kevin, I'm sorry I didn't warn you but I think there are serviceability agent changes with this change. For some reason, I think the SA duplicates code in the JVM for the symbol table. You might get away with only changing this line in agent/src/share/classes/sun/jvm/hotspot/memory/Sym

Re: RFR(S): JDK-6622468 : TEST_BUG: Time to retire the @debuggeeVMOptions mechanism used in the com.sun.jdi infrastructure

2013-08-23 Thread Daniel D. Daugherty
Adding Jonathan Gibbons for the JavaTest/JTREG options part... Dan On 8/23/13 5:26 AM, Staffan Larsen wrote: The JDI tests have some quite arcane way of sending command line options to the debuggee. Options have to be put into a file called @debuggeeVMOptions before invoking jtreg. This was

Re: jstack can't attach to JVM (OS X)

2013-08-23 Thread Staffan Larsen
Thanks for the excellent bugreport! I've had a quick look today but haven't yet figured out what the problem is. What happens is that somehow the process becomes immune to the SIGQUIT that jstack sends to it when it wants to attach. Instead of running jstack, one can also do "kill -QUIT " and w

hg: jdk8/tl/nashorn: 12 new changesets

2013-08-23 Thread sundararajan . athijegannathan
Changeset: dbb0a20a6f27 Author:attila Date: 2013-08-21 13:39 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/dbb0a20a6f27 8023373: allow super invocation for adapters Reviewed-by: lagergren, sundar ! src/jdk/nashorn/internal/runtime/linker/JavaAdapterBytecodeGenerator.jav

hg: hsx/hotspot-rt/hotspot: 8023457: Event based tracing framework needs a mutex for thread groups

2013-08-23 Thread markus . gronlund
Changeset: 739c309fd729 Author:mgronlun Date: 2013-08-23 10:36 +0200 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/739c309fd729 8023457: Event based tracing framework needs a mutex for thread groups Reviewed-by: acorn, sla ! src/share/vm/runtime/mutexLocker.cpp ! src/s

RFR(S): JDK-6622468 : TEST_BUG: Time to retire the @debuggeeVMOptions mechanism used in the com.sun.jdi infrastructure

2013-08-23 Thread Staffan Larsen
The JDI tests have some quite arcane way of sending command line options to the debuggee. Options have to be put into a file called @debuggeeVMOptions before invoking jtreg. This was apparently implemented before there was a way in jtreg to set -vmoptions/-javaoptions. I'd like to remove this c

hg: jdk8/tl/jaxws: 8023636: Missing files from 8022885

2013-08-23 Thread chris . hegarty
Changeset: d8593d8581df Author:mkos Date: 2013-08-23 11:10 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/d8593d8581df 8023636: Missing files from 8022885 Reviewed-by: alanb, chegar + src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/StreamingSOAP.java + src/sha

RE: RFR: 8011888: sa.js: TypeError: [object JSAdapter] has no such function "__has__"

2013-08-23 Thread Yunda
Peter & Kris Thank both of you very much! Yunda From: serviceability-dev-boun...@openjdk.java.net [mailto:serviceability-dev-boun...@openjdk.java.net] On Behalf Of Peter Allwin Sent: Thursday, August 22, 2013 5:34 PM To: Krystal Mok Cc: serviceability-dev@openjdk.java.net; hotspot-d

hg: jdk8/tl/jaxws: 8022885: Update JAX-WS RI integration to 2.2.9-b14140; ...

2013-08-23 Thread chris . hegarty
Changeset: b99d7e355d4b Author:mkos Date: 2013-08-23 09:57 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/b99d7e355d4b 8022885: Update JAX-WS RI integration to 2.2.9-b14140 8013016: Rebase 8009009 against the latest jdk8/jaxws Reviewed-by: alanb, chegar ! src/share/jaxws_

hg: jdk8/tl/jdk: 6470700: Math.random() / Math.initRNG() uses "double checked locking"

2013-08-23 Thread chris . hegarty
Changeset: 223be1d3494f Author:bpb Date: 2013-08-22 13:32 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/223be1d3494f 6470700: Math.random() / Math.initRNG() uses "double checked locking" Summary: Replace class Random variable with a static final holder class Reviewed-by: ala

hg: hsx/hotspot-rt/hotspot: 3 new changesets

2013-08-23 Thread poonam . bajaj
Changeset: a70566600baf Author:poonam Date: 2013-08-21 22:12 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/a70566600baf 8020530: Non heap memory size calculated incorrectly Reviewed-by: coleenp, sla Contributed-by: vladimir.kem...@oracle.com ! src/share/vm/servic