xdono [Thu, 15 Oct 2009 16:40:33 -0700] rev 4037
Added tag jdk7-b74 for changeset 6bab93485a15
duke [Wed, 05 Jul 2017 17:02:09 +0200] rev 4036
Merge
trims [Fri, 23 Oct 2009 14:28:47 -0700] rev 4035
Merge
trims [Fri, 23 Oct 2009 14:27:16 -0700] rev 4034
6894844: Bump the HS17 build number to 04
Summary: Update the HS17 build number to 04
Reviewed-by: jcoomes
apetrusenko [Thu, 22 Oct 2009 07:43:49 -0700] rev 4033
6858886: G1: guarantee(_next_marked_bytes <= used(),"invariant") at heapRegion.hpp:359
Reviewed-by: tonyp, ysr
tonyp [Tue, 20 Oct 2009 11:28:25 -0700] rev 4032
Merge
ysr [Tue, 20 Oct 2009 00:00:23 -0700] rev 4031
6892749: assert(UseParNewGC || UseSerialGC || UseConcMarkSweepGC, "...") fails
Summary: Removed the assert: UseSerialGC is not necessarily always set when serial gc is being used.
Reviewed-by: jcoomes, jmasa, tonyp