mikejwre [Thu, 27 May 2010 10:57:10 -0700] rev 5557
Added tag jdk7-b95 for changeset 38456a7de79b
ohair [Wed, 26 May 2010 10:46:42 -0700] rev 5556
Merge
ohair [Tue, 25 May 2010 15:52:11 -0700] rev 5555
6943119: Rebrand source copyright notices
Reviewed-by: darcy
duke [Wed, 05 Jul 2017 17:13:58 +0200] rev 5554
Merge
mikejwre [Wed, 02 Jun 2010 15:39:48 -0700] rev 5553
Merge
ohair [Fri, 28 May 2010 11:09:24 -0700] rev 5552
6955707: Correct addNotices.sh logic in Makefiles
6949590: exes(java.exe, javaws.exe) show Copyright Year as 2004, COMPANY as Sun
Reviewed-by: weijun, alanb
ohair [Wed, 26 May 2010 20:28:04 -0700] rev 5551
6956202: Fix a few missed rebranding issues, please contact lines etc.
Reviewed-by: jjg, darcy, weijun
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