xdono [Thu, 05 Feb 2009 16:07:42 -0800] rev 1922
Added tag jdk7-b46 for changeset 03eb3b436021
duke [Wed, 05 Jul 2017 16:46:49 +0200] rev 1921
Merge
xdono [Thu, 05 Feb 2009 16:07:41 -0800] rev 1920
Added tag jdk7-b46 for changeset 080653129953
duke [Wed, 05 Jul 2017 16:46:46 +0200] rev 1919
Merge
xdono [Thu, 05 Feb 2009 16:07:29 -0800] rev 1918
Added tag jdk7-b46 for changeset b37289fd1a6d
duke [Wed, 05 Jul 2017 16:46:44 +0200] rev 1917
Merge
xdono [Thu, 05 Feb 2009 16:07:48 -0800] rev 1916
Added tag jdk7-b46 for changeset 3a1f36b2dd3b
duke [Wed, 05 Jul 2017 16:46:41 +0200] rev 1915
Merge
trims [Tue, 10 Feb 2009 20:33:36 -0800] rev 1914
Merge
trims [Fri, 30 Jan 2009 15:28:00 -0800] rev 1913
Merge
ysr [Thu, 29 Jan 2009 21:25:42 -0800] rev 1912
Merge
iveresov [Tue, 27 Jan 2009 18:13:59 -0800] rev 1911
6783381: NUMA allocator: don't pretouch eden space with UseNUMA
Summary: Moved pretouching to MutableSpace. Also MutableSpace now turns on page interleaving for the region it covers.
Reviewed-by: jmasa, jcoomes
ysr [Mon, 26 Jan 2009 12:47:21 -0800] rev 1910
6786503: Overflow list performance can be improved
Summary: Avoid overflow list walk in CMS & ParNew when it is unnecessary. Fix a couple of correctness issues, including a C-heap leak, in ParNew at the intersection of promotion failure, work queue overflow and object array chunking. Add stress testing option and related assertion checking.
Reviewed-by: jmasa
xlu [Mon, 26 Jan 2009 12:07:54 -0800] rev 1909
6795913: A few remaining wrong casts need to be fixed for building hotspot successfully on Mac OS.
Summary: Use NULL_WORD in the places where intptr_t is expected due to incompatible types between intptr_t & int32_t
Reviewed-by: phh, coleenp, never
coleenp [Fri, 23 Jan 2009 10:41:28 -0500] rev 1908
Merge
phh [Wed, 21 Jan 2009 11:14:19 -0500] rev 1907
6792705: Add JAR file to bootclasspath when using AggressiveOpts
Summary: During argument processing, add alt-rt.jar to the bootclasspath between bootclasspath/p and default elements.
Reviewed-by: xlu, coleenp