Tue, 25 Jan 2011 17:58:19 -0500 7014261: G1: RSet-related failures
tonyp [Tue, 25 Jan 2011 17:58:19 -0500] rev 8072
7014261: G1: RSet-related failures Summary: A race between the concurrent cleanup thread and the VM thread while it is processing the "expanded sparse table list" causes both threads to try to free the same sparse table entry and either causes one of the threads to fail or leaves the entry in an inconsistent state. The solution is purge all entries on the expanded list that correspond go regions that are being cleaned up. Reviewed-by: brutisso, johnc
Fri, 21 Jan 2011 11:30:22 -0500 7013718: G1: small fixes for two assert/guarantee failures
tonyp [Fri, 21 Jan 2011 11:30:22 -0500] rev 8071
7013718: G1: small fixes for two assert/guarantee failures Summary: Two small fixes to deal with a guarantee failure (the marking thread should join the SuspendibleThreadSet before calling a method that does pause prediction work so that said method is never called during a pause) and an assert failure (an assert is too strong). Reviewed-by: iveresov, johnc
Thu, 27 Jan 2011 14:05:59 -0500 Merge
twisti [Thu, 27 Jan 2011 14:05:59 -0500] rev 8070
Merge
Thu, 27 Jan 2011 08:47:02 -0800 Merge
twisti [Thu, 27 Jan 2011 08:47:02 -0800] rev 8069
Merge
Tue, 25 Jan 2011 14:38:15 -0800 7014247: CTW fails when compile sun/misc/AtomicLongCSImpl (REMOVED from JDK7)
iveresov [Tue, 25 Jan 2011 14:38:15 -0800] rev 8068
7014247: CTW fails when compile sun/misc/AtomicLongCSImpl (REMOVED from JDK7) Summary: Use lea to compute field address in AtomicLongCSImpl::attemptUpdate() intrinsic on x86. Reviewed-by: never, kvn
Mon, 24 Jan 2011 13:34:18 -0800 7008809: should report the class in ArrayStoreExceptions from compiled code
never [Mon, 24 Jan 2011 13:34:18 -0800] rev 8067
7008809: should report the class in ArrayStoreExceptions from compiled code Reviewed-by: iveresov, twisti
Fri, 21 Jan 2011 13:03:13 -0800 Merge
never [Fri, 21 Jan 2011 13:03:13 -0800] rev 8066
Merge
Fri, 21 Jan 2011 13:01:02 -0800 6809483: hotspot:::method_entry are not correctly generated for "method()V"
never [Fri, 21 Jan 2011 13:01:02 -0800] rev 8065
6809483: hotspot:::method_entry are not correctly generated for "method()V" Reviewed-by: iveresov, twisti
Fri, 21 Jan 2011 01:16:13 -0800 Merge
twisti [Fri, 21 Jan 2011 01:16:13 -0800] rev 8064
Merge
Thu, 20 Jan 2011 08:25:22 -0800 7011839: JSR 292 turn on escape analysis when using invokedynamic
twisti [Thu, 20 Jan 2011 08:25:22 -0800] rev 8063
7011839: JSR 292 turn on escape analysis when using invokedynamic Summary: Currently escape analysis is turned off when EnableInvokeDynamic is true. Reviewed-by: jrose, kvn
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip