Tue, 14 Dec 2010 16:19:44 -0500 7000559: G1: assertion failure !outer || (full_collections_started == _full_collections_completed + 1)
tonyp [Tue, 14 Dec 2010 16:19:44 -0500] rev 7455
7000559: G1: assertion failure !outer || (full_collections_started == _full_collections_completed + 1) Summary: The concurrent marking thread can complete its operation and increment the full GC counter during a Full GC. This causes the nesting of increments to the start and end of Full GCs that we are expecting to be wrong. the fix is for the marking thread to join the suspendible thread set before incrementing the counter so that it's blocked until the Full GC (or any other safepoint) is finished. The change also includes some minor code cleanup (I renamed a parameter). Reviewed-by: brutisso, ysr
Thu, 16 Dec 2010 09:31:55 -0500 Merge
coleenp [Thu, 16 Dec 2010 09:31:55 -0500] rev 7454
Merge
Wed, 15 Dec 2010 08:03:54 -0800 Merge
sla [Wed, 15 Dec 2010 08:03:54 -0800] rev 7453
Merge
Wed, 15 Dec 2010 07:11:31 -0800 7006354: Updates to Visual Studio project creation and development launcher
sla [Wed, 15 Dec 2010 07:11:31 -0800] rev 7452
7006354: Updates to Visual Studio project creation and development launcher Summary: Updates to Visual Studio project creation and development launcher Reviewed-by: stefank, coleenp
Wed, 15 Dec 2010 05:43:54 -0800 7006659: temporary adlc files are added to the build variables
stefank [Wed, 15 Dec 2010 05:43:54 -0800] rev 7451
7006659: temporary adlc files are added to the build variables Summary: Don't recurse into sub-directories when looking for source files. Reviewed-by: never, brutisso
Tue, 14 Dec 2010 15:10:52 -0500 7006471: fix for 6988439 crashes when pending list lock is null
coleenp [Tue, 14 Dec 2010 15:10:52 -0500] rev 7450
7006471: fix for 6988439 crashes when pending list lock is null Summary: missing null check in owns_pending_list_lock() because this can be called before pending_list_lock is initialized. Reviewed-by: never, kvn
Mon, 13 Dec 2010 14:46:51 -0800 Merge
coleenp [Mon, 13 Dec 2010 14:46:51 -0800] rev 7449
Merge
Sat, 11 Dec 2010 13:46:36 -0500 Merge
zgu [Sat, 11 Dec 2010 13:46:36 -0500] rev 7448
Merge
Sat, 11 Dec 2010 13:20:56 -0500 7003748: Decode C stack frames when symbols are presented (PhoneHome project)
zgu [Sat, 11 Dec 2010 13:20:56 -0500] rev 7447
7003748: Decode C stack frames when symbols are presented (PhoneHome project) Summary: Implemented in-process C native stack frame decoding when symbols are available. Reviewed-by: coleenp, never
Fri, 10 Dec 2010 12:13:03 -0500 6988439: Parallel Class Loading test deadlock involving MethodData_lock and Pending List Lock
coleenp [Fri, 10 Dec 2010 12:13:03 -0500] rev 7446
6988439: Parallel Class Loading test deadlock involving MethodData_lock and Pending List Lock Summary: Don't acquire methodData_lock while holding pending list lock Reviewed-by: kvn, never, ysr
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip