ysr [Mon, 22 Aug 2011 23:57:10 -0700] rev 10283
Merge
ysr [Mon, 22 Aug 2011 12:30:06 -0700] rev 10282
6810861: G1: support -XX:+{PrintClassHistogram,HeapDump}{Before,After}FullGC
Summary: Call {pre,post}_full_gc_dump() before and after a STW full gc of G1CollectedHeap. Also adjusted the prefix message, including the addition of missing whitespace.
Reviewed-by: brutisso, tonyp
tonyp [Mon, 22 Aug 2011 10:16:33 -0400] rev 10281
7081064: G1: remove develop params G1FixedSurvivorSpaceSize, G1FixedTenuringThreshold, and G1FixedEdenSize
Summary: Remove three develop parameters we don't use.
Reviewed-by: brutisso, jwilhelm
brutisso [Fri, 19 Aug 2011 09:30:59 +0200] rev 10280
6814390: G1: remove the concept of non-generational G1
Summary: Removed the possibility to turn off generational mode for G1.
Reviewed-by: johnc, ysr, tonyp