Changeset: 0d7c64c023c6
Author:weijun
Date: 2009-10-21 08:17 +0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/0d7c64c023c6
6870812: enhance security tools to use ECC algorithms
Reviewed-by: vinnie, mullan
! src/share/classes/java/util/jar/JarFile.java
! src/share/classes/java/
Looks fine to me also.
Dan
Tim Bell wrote:
Hello-
My ShellScaffold.sh fix in 6787605 [1] works fine on OpenSolaris, but fails
on older Solaris 10 releases. My fault for not testing it there as well.
I have prepared 6893426 [2] as a fix that works on both flavors of Solaris:
http://cr.open
Looks fine to me.
-kto
Tim Bell wrote:
Hello-
My ShellScaffold.sh fix in 6787605 [1] works fine on OpenSolaris, but fails
on older Solaris 10 releases. My fault for not testing it there as well.
I have prepared 6893426 [2] as a fix that works on both flavors of Solaris:
http://cr.openjdk.
Hello-
My ShellScaffold.sh fix in 6787605 [1] works fine on OpenSolaris, but fails
on older Solaris 10 releases. My fault for not testing it there as well.
I have prepared 6893426 [2] as a fix that works on both flavors of Solaris:
http://cr.openjdk.java.net/~tbell/6893426/
Thanks in advance-
Changeset: a491ad1bb624
Author:jjg
Date: 2009-10-20 10:59 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/a491ad1bb624
6893062: remove support for obsolete attributes
Reviewed-by: ksrini
! src/share/classes/com/sun/tools/classfile/Attribute.java
! src/share/classes/com/
Changeset: 0dd3d16e8183
Author:darcy
Date: 2009-10-20 09:51 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/0dd3d16e8183
6371401: java.math.BigInteger.shift(Integer.MIN_VALUE) throws StackOverflowError
Reviewed-by: alanb
! src/share/classes/java/math/BigInteger.java
+ test/ja
Changeset: 052f056f7ba1
Author:michaelm
Date: 2009-10-20 15:35 +0100
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/052f056f7ba1
6890349: Fix #6870935 in jdk7/pit/b74 caused HttpClinet's check for "proxy
capture" attack by-passed.
Summary: pass exception up stack
Reviewed-by: cheg
Hi Mark,
I'll help you out with these fixes. Let's move the rest of this to
hotspot-runtime-...@openjdk.java.net so we don't spam too many people.
--
- Keith
Mark Wielaard wrote:
Hi,
In jni.cpp the DT_RETURN_MARK for GetObjectArrayElement tries to capture
the jobject ret value. But the ac