hg: jdk8/tl/jdk: 8008279: Remove InvalidContainerAnnotationError.java

2013-02-26 Thread joe . darcy
Changeset: d623f520557b Author:darcy Date: 2013-02-26 17:38 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d623f520557b 8008279: Remove InvalidContainerAnnotationError.java Reviewed-by: jfranck - src/share/classes/java/lang/annotation/InvalidContainerAnnotationError.java ! s

hg: jdk8/tl/jdk: 8009102: Several docs warnings in Project Lambda APIs

2013-02-26 Thread joe . darcy
Changeset: 543be9488e50 Author:darcy Date: 2013-02-26 17:01 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/543be9488e50 8009102: Several docs warnings in Project Lambda APIs Reviewed-by: mduigou ! src/share/classes/java/lang/invoke/LambdaMetafactory.java ! src/share/classes/

code review request for deadlock detection fix (8007476)

2013-02-26 Thread Daniel D. Daugherty
Greetings, I have a fix to make deadlock detection a little more robust in the case of being unable to find the JavaThread associated with an object lock: 8007476 assert(the_owner != NULL) failed: Did not find owning Java thread for lock word address http://bugs.sun.com/bugda

hg: jdk8/tl/jdk: 8009029: SunEC provider classes ending up in rt.jar after Nashorn build changes

2013-02-26 Thread alan . bateman
Changeset: ecd33c6ab12f Author:alanb Date: 2013-02-26 22:39 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ecd33c6ab12f 8009029: SunEC provider classes ending up in rt.jar after Nashorn build changes Reviewed-by: mduigou ! makefiles/CreateJars.gmk

hg: hsx/hotspot-rt/hotspot: 8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity

2013-02-26 Thread rickard . backman
Changeset: ec2eddfed950 Author:rbackman Date: 2013-02-26 14:09 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/ec2eddfed950 8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity Reviewed-by: kvn, sla ! src/cpu/sparc/vm/frame_sparc.cpp ! src/cpu

hg: jdk8/tl/jdk: 8008770: SerializedLambda incorrect class loader for lambda deserializing class

2013-02-26 Thread robert . field
Changeset: 5ebc62421717 Author:rfield Date: 2013-02-26 10:38 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5ebc62421717 8008770: SerializedLambda incorrect class loader for lambda deserializing class Summary: current thread's context ClassLoader was used to load class by nam

hg: jdk8/tl/nashorn: 2 new changesets

2013-02-26 Thread sundararajan . athijegannathan
Changeset: 1654918e0612 Author:attila Date: 2013-02-25 16:51 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/1654918e0612 8006984: Introducing local into a function inside with statement confuses its scope Reviewed-by: jlaskey, lagergren, sundar ! src/jdk/nashorn/interna

hg: jdk8/tl: 8009019: Updates to generated-configure.sh required for 8008914

2013-02-26 Thread tim . bell
Changeset: cb0ac8979caa Author:tbell Date: 2013-02-26 09:25 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/rev/cb0ac8979caa 8009019: Updates to generated-configure.sh required for 8008914 Reviewed-by: sundar, jlaskey, jjg ! common/autoconf/generated-configure.sh

Re: RFR: JDK-8008790 - Promotion failed tracing event for all GCs

2013-02-26 Thread Jesper Wilhelmsson
Hi, After some internal feedback a new version of the webrev is available at: http://cr.openjdk.java.net/~jwilhelm/8008790/webrev.hsx24.2/ The biggest change is that the promotion failed event now is sent once per thread instead of merging the info into one event. Thanks, /Jesper On 25/2/1

hg: jdk8/tl/jdk: 8008977: profiles build broken by Nashorn build changes

2013-02-26 Thread alan . bateman
Changeset: 022cd5adc0fa Author:alanb Date: 2013-02-26 14:16 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/022cd5adc0fa 8008977: profiles build broken by Nashorn build changes Reviewed-by: chegar ! makefiles/profile-rtjar-includes.txt

hg: jdk8/tl: 8008978: nashorn-rules.gmk missing

2013-02-26 Thread alan . bateman
Changeset: e065107437b9 Author:alanb Date: 2013-02-26 14:08 + URL: http://hg.openjdk.java.net/jdk8/tl/rev/e065107437b9 8008978: nashorn-rules.gmk missing Reviewed-by: alanb Contributed-by: erik.joels...@oracle.com, james.las...@oracle.com + make/nashorn-rules.gmk

hg: jdk8/tl/jdk: 3 new changesets

2013-02-26 Thread chris . hegarty
Changeset: bc92e4b044e2 Author:kmo Date: 2013-02-26 11:05 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bc92e4b044e2 7087570: java.lang.invoke.MemberName information wrong for method handles created with findConstructor Summary: REF_invokeSpecial DMHs (which are unusual) ge

Re: RR(S): 8008807: SA: jstack crash when target has mismatched bitness (Linux)

2013-02-26 Thread Poonam Bajaj
Hi Kevin, The fix looks good. Thanks, Poonam On 2/25/2013 11:51 PM, Kevin Walls wrote: Hi, This is a crash I stumbled upon: jstack -m will crash when it doesn't match the bitness of its target. On Solaris we check and give an exception message, Linux should do similarly. http://cr.openj

Re: RR(S): 8008807: SA: jstack crash when target has mismatched bitness (Linux)

2013-02-26 Thread Kevin Walls
Hej Rickard, thanks. Staffan, thanks also! On 26/02/13 06:38, Rickard Bäckman wrote: Kevin, looks good to me. (Not a Reviewer). /R On Feb 25, 2013, at 7:21 PM, Kevin Walls wrote: Hi, This is a crash I stumbled upon: jstack -m will crash when it doesn't match the bitness of its target.

Re: RFR (S) 7178741: SA: jstack -m produce UnalignedAddressException in output (Linux)

2013-02-26 Thread Kevin Walls
Thanks Staffan, thanks Poonam, ... On 21/02/13 16:08, Poonam Bajaj wrote: Hi Kevin, The changes look good. Thanks, Poonam On 2/21/2013 8:55 PM, Kevin Walls wrote: Hi, I'd like to get reviews on this small SA fix: http://cr.openjdk.java.net/~kevinw/7178741/webrev_8.00/ jstack -m follow

Re: RR(S): 8008807: SA: jstack crash when target has mismatched bitness (Linux)

2013-02-26 Thread Staffan Larsen
Looks good (not a Reviewer). /Staffan On 26 feb 2013, at 07:38, Rickard Bäckman wrote: > Kevin, > > looks good to me. (Not a Reviewer). > > /R > > On Feb 25, 2013, at 7:21 PM, Kevin Walls wrote: > >> >> Hi, >> >> This is a crash I stumbled upon: jstack -m will crash when it doesn't match

Re: Request for Review: JDK-8008796: SA: Oop.iterateFields() should support CompressedKlassPointers again

2013-02-26 Thread Staffan Larsen
Looks good. (Not a Reviewer). /Staffan On 26 feb 2013, at 03:03, Krystal Mo wrote: > Hi all, > > Could I have a review for this small change, please? > > Webrev: http://cr.openjdk.java.net/~kmo/8008796/webrev.00/ > CR: http://bugs.sun.com/view_bug.do?bug_id=8008796 (should be available > ext