mikejwre [Thu, 27 May 2010 10:57:25 -0700] rev 5550
Added tag jdk7-b95 for changeset 3469fc641c7a
duke [Wed, 05 Jul 2017 17:13:53 +0200] rev 5549
Merge
trims [Tue, 01 Jun 2010 11:28:04 -0700] rev 5548
Merge
trims [Thu, 27 May 2010 19:08:38 -0700] rev 5547
6941466: Oracle rebranding changes for Hotspot repositories
Summary: Change all the Sun copyrights to Oracle copyright
Reviewed-by: ohair
trims [Thu, 27 May 2010 12:42:44 -0700] rev 5546
Merge
jcoomes [Thu, 20 May 2010 08:32:11 -0700] rev 5545
Merge
ysr [Wed, 19 May 2010 16:05:47 -0700] rev 5544
6953952: collectedHeap.cpp should use #ifdef _LP64 not LP64
Summary: Changed LP64 to _LP64 in collectedHeap.cpp.
Reviewed-by: kvn, jcoomes
ysr [Wed, 19 May 2010 10:37:05 -0700] rev 5543
6953483: Typo related to ReduceInitialCardMarks leaves concurrent collectors vulnerable to heap corruption
Summary: Corrected mis-spelling of COMPILER2 in #ifdef, which could cause heap corruption in CMS due to precleaning when +ReduceInitialCardMarks. Thanks to ChenGuang Sun <suncg03@gmail.com> for bringing this typo to our attention.
Reviewed-by: tonyp, jmasa, jcoomes, kvn