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