hg: jdk7/hotspot-rt/hotspot: 6964170: Verifier crashes

2010-07-20 Thread andrei . pangin
Changeset: a5c9d63a187d Author:apangin Date: 2010-07-20 08:41 -0700 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/a5c9d63a187d 6964170: Verifier crashes Summary: Check if klassOop != NULL rather than klass_part != NULL Reviewed-by: kamg, never ! src/share/vm/classfile

Re: SDK Test Fixes Batch for 2010.07 (6941287, 6962804, 6964018)

2010-07-20 Thread Daniel D. Daugherty
On 7/20/2010 2:22 PM, Kelly O'Hair wrote: The first two batches look fine to me. Thanks! The last one was pretty big, and I poked around a little, looks fine to me, but I am not sure I gave it a very good review. I'll wait to see if one of the original Logger WeakRef leak reviewers chimes

Re: SDK Test Fixes Batch for 2010.07 (6941287, 6962804, 6964018)

2010-07-20 Thread Kelly O'Hair
The first two batches look fine to me. The last one was pretty big, and I poked around a little, looks fine to me, but I am not sure I gave it a very good review. I think getting these tests right may be more difficult than getting the API to work. :^{ So for risking your sanity and worki

Re: SDK Test Fixes Batch for 2010.07 (6941287, 6962804, 6964018)

2010-07-20 Thread Daniel D. Daugherty
One thing I forgot to make clear about this fix. For the folks that were worried about the test execution time for the two new tests, I was able to add an early bailout if the test detected that the instance count was the same or decreasing for the target leak(s). This means that test now only run

SDK Test Fixes Batch for 2010.07 (6941287, 6962804, 6964018)

2010-07-20 Thread Daniel D. Daugherty
Greetings, I have fixes for three different test bugs ready to go for OpenJDK7. I've run these tests manually on Linux, Solaris SPARC, Solaris X86 and WinXP/Cygwin. I've run these tests through JPRT several times to make sure they are stable (which also covers WinXP/MKS). I've been running select

hg: jdk7/tl/jdk: 6870553: X509Certificate.getSigAlgName method description uses non-standard algorithm name as example

2010-07-20 Thread sean . mullan
Changeset: 9d1994d53a67 Author:mullan Date: 2010-07-20 10:41 -0400 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/9d1994d53a67 6870553: X509Certificate.getSigAlgName method description uses non-standard algorithm name as example Reviewed-by: xuelei ! src/share/classes/java/securi