lana [Tue, 11 Feb 2014 11:26:05 -0800] rev 22558
Merge
amurillo [Wed, 05 Feb 2014 08:57:33 -0800] rev 22557
Merge
ehelin [Thu, 30 Jan 2014 14:01:45 +0100] rev 22556
Merge
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
tschatzl [Mon, 20 Jan 2014 11:47:53 +0100] rev 22547
8027746: Remove do_gen_barrier template parameter in G1ParCopyClosure
Summary: Remove the above mentioned template parameter and related unused code. Also remove some classes that are never used.
Reviewed-by: stefank, mgerdin, jwilhelm
tschatzl [Mon, 20 Jan 2014 11:47:29 +0100] rev 22546
8027454: Do not traverse string table during G1 remark when treating them as strong roots during initial mark
Summary: Do not try to unlink string table entries unconditionally during remark. This is without side effects as the preceding initial mark always uses the string table as strong roots. Needs to be fixed with class unloading during concurrent mark.
Reviewed-by: brutisso, mgerdin
tschatzl [Mon, 20 Jan 2014 11:47:07 +0100] rev 22545
8027476: Improve performance of Stringtable unlink
8027455: Improve symbol table scan times during gc pauses
Summary: Parallelize string table and symbol table scan during remark and full GC. Some additional statistics output if the experimental flag G1TraceStringSymbolTableScrubbing is set.
Reviewed-by: mgerdin, coleenp, brutisso
hseigel [Wed, 29 Jan 2014 19:54:44 -0500] rev 22544
Merge