jwilhelm [Wed, 29 Jan 2014 23:17:05 +0100] rev 22555
8028391: Make the Min/MaxHeapFreeRatio flags manageable
Summary: Made the flags Min- and MaxHeapFreeRatio manageable, and implemented support for these flags in ParallalGC.
Reviewed-by: sla, mgerdin, brutisso
jmasa [Wed, 15 Jan 2014 07:20:04 -0800] rev 22554
8031290: Adjust call to getisax() for additional words returned
Reviewed-by: kvn, iveresov, twisti
sjohanss [Mon, 20 Jan 2014 10:55:54 +0100] rev 22553
8031686: G1: assert(_hrs.max_length() == _expansion_regions) failed
Summary: Using pointer_delta to avoid overflowing pointer calculation.
Reviewed-by: jmasa, tschatzl
brutisso [Mon, 27 Jan 2014 13:14:53 +0100] rev 22552
8030177: G1: Enable TLAB resizing
Reviewed-by: tschatzl, stefank, jmasa
jwilhelm [Thu, 23 Jan 2014 14:47:23 +0100] rev 22551
8025856: Fix typos in the GC code
Summary: Fix about 440 typos in comments in the VM code
Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
mgerdin [Tue, 14 Jan 2014 16:40:33 +0100] rev 22550
8032379: Remove the is_scavenging flag to process_strong_roots
Summary: Refactor the strong root processing to avoid using a boolean in addition to the ScanOption enum.
Reviewed-by: stefank, tschatzl, ehelin, jmasa
sjohanss [Mon, 20 Jan 2014 12:56:18 +0100] rev 22549
8020277: Young GC could be extremely slow due to assertion in ObjectStartArray::object_starts_in_range
8009462: Young GC's (ParNewGC and SerialGC) have unexpected variances.
Summary: Removed the assertion slowing down GC.
Reviewed-by: stefank, mgerdin
ehelin [Mon, 20 Jan 2014 17:15:55 +0100] rev 22548
8031776: Remove the unnecessary enum GenRemSet::Name
Reviewed-by: stefank, tschatzl, jwilhelm