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
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
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
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
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
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
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
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.
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