Re: [7u-dev] Request for Approval for Backport: JDK-6695379: Copy method annotations and parameter annotations to synthetic bridge methods

2014-12-11 Thread Seán Coffey
Hi Vicente, Approved. I can help push this change to jdk7u-dev for you. regards, Sean. On 10/12/2014 21:45, Vicente-Arturo Romero-Zaldivar wrote: Hi, Please approve the backport of JDK-6695379 from 9 repo to JDK7u-dev. Public webrev: http://cr.openjdk.java.net/~vromero/work/6695379/webrev.0

hg: jdk7u/jdk7u-dev/hotspot: 8062672: JVM crashes during GC on various asserts which checks that HeapWord ptr is an oop

2014-12-11 Thread bengt . rutisson
Changeset: cf56d85a1712 Author:sjohanss Date: 2014-12-11 09:56 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/cf56d85a1712 8062672: JVM crashes during GC on various asserts which checks that HeapWord ptr is an oop Summary: Crashes were caused by not disabling Use

hg: jdk7u/jdk7u-dev/langtools: 6695379: Copy method annotations and parameter annotations to synthetic bridge methods

2014-12-11 Thread sean . coffey
Changeset: 04b56f4312b6 Author:vromero Date: 2014-12-11 18:06 + URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/langtools/rev/04b56f4312b6 6695379: Copy method annotations and parameter annotations to synthetic bridge methods Reviewed-by: mcimadamore ! src/share/classes/com/su

hg: jdk7u/jdk7u-dev/hotspot: 8020675: invalid jar file in the bootclasspath could lead to jvm fatal error

2014-12-11 Thread kevin . walls
Changeset: 318d0a0b46da Author:ccheung Date: 2013-08-26 14:11 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/318d0a0b46da 8020675: invalid jar file in the bootclasspath could lead to jvm fatal error Summary: removed offending EXCEPTION_MARK calls and code cleanup