hg: jdk7/tl/jdk: 6870812: enhance security tools to use ECC algorithms

2009-10-20 Thread weijun . wang
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/

Re: Please review test fix: 6893426 ShellScaffold.sh fails on Solaris 10 update releases: /usr/bin/id: illegal option -- u

2009-10-20 Thread Daniel D. Daugherty
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

Re: Please review test fix: 6893426 ShellScaffold.sh fails on Solaris 10 update releases: /usr/bin/id: illegal option -- u

2009-10-20 Thread Kelly O'Hair
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.

Please review test fix: 6893426 ShellScaffold.sh fails on Solaris 10 update releases: /usr/bin/id: illegal option -- u

2009-10-20 Thread Tim Bell
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-

hg: jdk7/tl/langtools: 6893062: remove support for obsolete attributes

2009-10-20 Thread jonathan . gibbons
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/

hg: jdk7/tl/jdk: 6371401: java.math.BigInteger.shift(Integer.MIN_VALUE) throws StackOverflowError

2009-10-20 Thread joe . darcy
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

hg: jdk7/tl/jdk: 6890349: Fix #6870935 in jdk7/pit/b74 caused HttpClinet's check for "proxy capture" attack by-passed.

2009-10-20 Thread michael . mcmahon
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

Re: JNI GetObjectArrayElement mark probe ret value shadowed

2009-10-20 Thread Keith McGuigan
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