hg: jdk7/hotspot-rt/hotspot: 7006471: fix for 6988439 crashes when pending list lock is null

2010-12-14 Thread coleen . phillimore
Changeset: b03e6b4c7c75 Author:coleenp Date: 2010-12-14 15:10 -0500 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/b03e6b4c7c75 7006471: fix for 6988439 crashes when pending list lock is null Summary: missing null check in owns_pending_list_lock() because this can be c

hg: jdk7/tl/langtools: 6999891: DefaultFileManager incorrect

2010-12-14 Thread jonathan . gibbons
Changeset: 0141f508b98d Author:jjg Date: 2010-12-14 14:17 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/0141f508b98d 6999891: DefaultFileManager incorrect Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/file/JavacFileManager.java + test/tools/javac/processi

hg: jdk7/tl/jdk: 7006454: Typo in javadocs typo for Statement.executeBatch @since

2010-12-14 Thread lance . andersen
Changeset: a72e7147816f Author:lancea Date: 2010-12-14 16:08 -0500 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/a72e7147816f 7006454: Typo in javadocs typo for Statement.executeBatch @since Reviewed-by: alanb ! src/share/classes/java/sql/Statement.java

hg: jdk7/tl/langtools: 6999460: Glassfish build with JDK 6 / 7 is 5x-10x slower on Windows than on Linux

2010-12-14 Thread jim . holmlund
Changeset: a8d3eed8e247 Author:jjh Date: 2010-12-13 17:35 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/a8d3eed8e247 6999460: Glassfish build with JDK 6 / 7 is 5x-10x slower on Windows than on Linux Summary: Fixed JavacFileManager to not treat a non-existant pathname

hg: jdk7/tl/jdk: 7006704: (pack200) add missing file for 6990106

2010-12-14 Thread kumar . x . srinivasan
Changeset: 68cc30a3a1fd Author:ksrini Date: 2010-12-14 08:13 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/68cc30a3a1fd 7006704: (pack200) add missing file for 6990106 Reviewed-by: mduigou, briangoetz + src/share/classes/com/sun/java/util/jar/pack/FixedList.java

hg: jdk7/tl/jdk: 6990106: FindBugs scan - Malicious code vulnerability Warnings in com.sun.java.util.jar.pack.*

2010-12-14 Thread kumar . x . srinivasan
Changeset: 6d3fb387da8e Author:ksrini Date: 2010-12-14 07:42 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6d3fb387da8e 6990106: FindBugs scan - Malicious code vulnerability Warnings in com.sun.java.util.jar.pack.* Reviewed-by: mduigou, briangoetz ! src/share/classes/com/s

Re: request for review: 6436034: Instance filter doesn't filter event if it occurs in native method

2010-12-14 Thread Keith McGuigan
On Dec 14, 2010, at 9:38 AM, Daniel D. Daugherty wrote: On 12/14/2010 3:23 AM, Alan Bateman wrote: Keith McGuigan wrote: Hello, This is the JDK-side of the fix for instance filters that uses the new GetLocalInstance JVMTI function. http://cr.openjdk.java.net/~kamg/6436034/webrev.00/ Re

Re: request for review: 6436034: Instance filter doesn't filter event if it occurs in native method

2010-12-14 Thread Daniel D. Daugherty
On 12/14/2010 3:23 AM, Alan Bateman wrote: Keith McGuigan wrote: Hello, This is the JDK-side of the fix for instance filters that uses the new GetLocalInstance JVMTI function. http://cr.openjdk.java.net/~kamg/6436034/webrev.00/ Reviews appreciated, thanks! -- - Keith The update to jvmti.

Re: request for review: 6436034: Instance filter doesn't filter event if it occurs in native method

2010-12-14 Thread Alan Bateman
Keith McGuigan wrote: Hello, This is the JDK-side of the fix for instance filters that uses the new GetLocalInstance JVMTI function. http://cr.openjdk.java.net/~kamg/6436034/webrev.00/ Reviews appreciated, thanks! -- - Keith The update to jvmti.h looks good to me. It's not clear to me th