Thu, 16 Dec 2010 20:57:03 -0500 7003707: need to remove (some) system include files from the HotSpot header files
dholmes [Thu, 16 Dec 2010 20:57:03 -0500] rev 7458
7003707: need to remove (some) system include files from the HotSpot header files Summary: move socket_available into os_linux.cpp to avoid inclusion of ioctl.h in os_linux.inline.hpp Reviewed-by: coleenp, stefank, ikrylov
Thu, 16 Dec 2010 12:56:51 -0800 Merge
ysr [Thu, 16 Dec 2010 12:56:51 -0800] rev 7457
Merge
Thu, 16 Dec 2010 09:14:34 -0800 Merge
ysr [Thu, 16 Dec 2010 09:14:34 -0800] rev 7456
Merge
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
(0) -3000 -1000 -300 -100 -30 -10 -4 +4 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip