Wed, 12 Jan 2011 16:34:25 -0500 6994297: G1: do first-level slow-path allocations with a CAS
tonyp [Wed, 12 Jan 2011 16:34:25 -0500] rev 7905
6994297: G1: do first-level slow-path allocations with a CAS Summary: First attempt to allocate out the current alloc region using a CAS instead of taking the Heap_lock (first level of G1's slow allocation path). Only if that fails and it's necessary to replace the current alloc region take the Heap_lock (that's the second level of G1's slow allocation path). Reviewed-by: johnc, brutisso, ysr
Wed, 12 Jan 2011 13:06:00 -0500 7007068: G1: refine the BOT during evac failure handling
tonyp [Wed, 12 Jan 2011 13:06:00 -0500] rev 7904
7007068: G1: refine the BOT during evac failure handling Summary: During evacuation failure handling we refine the BOT to reflect the location of all the objects in the regions we scan. The changeset includes some minor cleanup: a) non-product print_on() method on the G1 BOT class, b) added more complete BOT verification during heap / region verification, c) slight modification to the BOT set up for humongous regions to be more consistent with the BOT set up during evac failure handling, and d) removed a couple of unused methods. Reviewed-by: johnc, ysr
Thu, 06 Jan 2011 23:50:02 -0800 7008136: CMS: assert((HeapWord*)nextChunk <= _limit) failed: sweep invariant
ysr [Thu, 06 Jan 2011 23:50:02 -0800] rev 7903
7008136: CMS: assert((HeapWord*)nextChunk <= _limit) failed: sweep invariant Summary: The recorded _sweep_limit may not necessarily remain a block boundary as the old generation expands during a concurrent cycle. Terminal actions inside the sweep closure need to be aware of this as they cross over the limit. Reviewed-by: johnc, minqi
Thu, 13 Jan 2011 08:32:15 -0800 Merge
dcubed [Thu, 13 Jan 2011 08:32:15 -0800] rev 7902
Merge
Wed, 12 Jan 2011 13:59:18 -0800 7009828: Fix for 6938627 breaks visualvm monitoring when -Djava.io.tmpdir is defined
coleenp [Wed, 12 Jan 2011 13:59:18 -0800] rev 7901
7009828: Fix for 6938627 breaks visualvm monitoring when -Djava.io.tmpdir is defined Summary: Change get_temp_directory() back to /tmp and %TEMP% like it always was and where the tools expect it to be. Reviewed-by: phh, dcubed, kamg, alanb
Wed, 12 Jan 2011 15:44:16 +0000 6994753: Implement optional hook to a Java method at VM startup.
kevinw [Wed, 12 Jan 2011 15:44:16 +0000] rev 7900
6994753: Implement optional hook to a Java method at VM startup. Reviewed-by: mchung, acorn
Tue, 11 Jan 2011 17:50:26 -0500 Merge
phh [Tue, 11 Jan 2011 17:50:26 -0500] rev 7899
Merge
(0) -3000 -1000 -300 -100 -30 -10 -7 +7 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip