acorn [Mon, 23 Mar 2009 10:42:20 -0400] rev 2267
Merge
coleenp [Fri, 20 Mar 2009 22:08:48 -0400] rev 2266
6805748: Assertion "don't reset to 0 -- could be mistaken for never-executed" in CompilationPolicy
Summary: Resetting the invocation counter for a method invocation event was setting count to zero for CompileThreshold=1, making it look like a never executed method.
Reviewed-by: phh, kamg, acorn, never
acorn [Fri, 20 Mar 2009 11:23:24 -0400] rev 2265
6819853: VM does not detect JDK which supports parallel class loaders
Reviewed-by: coleenp, pbk, xlu, alanb
acorn [Wed, 18 Mar 2009 17:20:57 -0400] rev 2264
4766230: Hotspot vtable inconsistencies cause core dumps. 6579515. 6582242.
Reviewed-by: kamg, coleenp
acorn [Mon, 16 Mar 2009 08:50:53 -0400] rev 2263
Merge
poonam [Sun, 15 Mar 2009 18:11:46 -0700] rev 2262
6812971: SA: re-attaching to process fails
Summary: After attaching, de-attaching SA from a process, the second time attach() call fails. This happens because in VM.initialize(), Universe does not get re-initialized before it is accessed.
Reviewed-by: swamyv
tonyp [Wed, 25 Mar 2009 10:36:08 -0400] rev 2261
Merge
tonyp [Sat, 21 Mar 2009 22:53:04 -0400] rev 2260
6820321: G1: Error: guarantee(check_nums(total, n, parts), "all seq lengths should match")
Summary: Small fixes to sort out some verbosegc-related incorrectness and a failure
Reviewed-by: apetrusenko