duke [Wed, 05 Jul 2017 16:54:16 +0200] rev 2895
Merge
xdono [Thu, 11 Jun 2009 10:54:06 -0700] rev 2894
Added tag jdk7-b60 for changeset 6737e8a2ab2b
duke [Wed, 05 Jul 2017 16:54:14 +0200] rev 2893
Merge
xdono [Thu, 11 Jun 2009 10:54:22 -0700] rev 2892
Added tag jdk7-b60 for changeset 21261fc963f2
duke [Wed, 05 Jul 2017 16:54:11 +0200] rev 2891
Merge
trims [Thu, 11 Jun 2009 21:01:07 -0700] rev 2890
Merge
trims [Thu, 11 Jun 2009 17:56:51 -0700] rev 2889
6850551: Bump the HS16 build number to 04
Summary: Update the HS16 build number to 04
Reviewed-by: jcoomes
trims [Thu, 11 Jun 2009 17:46:40 -0700] rev 2888
Merge
jmasa [Wed, 10 Jun 2009 14:57:21 -0700] rev 2887
Merge
iveresov [Mon, 08 Jun 2009 16:14:19 -0700] rev 2886
6849122: G1: Typo introduced during implementation of the parallel refinement
Summary: Typo fix
Reviewed-by: jcoomes
ysr [Sun, 07 Jun 2009 00:27:41 -0700] rev 2885
6848641: CMSCollector::_roots_scanning_options should be initialized
Summary: The field is now initialized in the constructor.
Reviewed-by: iveresov, jmasa, johnc
jcoomes [Tue, 26 May 2009 16:43:42 -0700] rev 2884
Merge
apetrusenko [Tue, 19 May 2009 04:05:31 -0700] rev 2883
6819065: G1: eliminate high serial card table clearing time
Reviewed-by: iveresov, tonyp
iveresov [Mon, 18 May 2009 11:52:46 -0700] rev 2882
6841831: G1: assert(contains_reference(from),"We just added it!") fires
Summary: During parallel rset updating we have to make sure that the worker ids of the refinement threads do not intersect with the worker ids that can be claimed by the mutator threads.
Reviewed-by: tonyp