dcubed [Fri, 01 Apr 2016 14:34:17 -0700] rev 37236
Merge
dcubed [Fri, 01 Apr 2016 14:30:10 -0700] rev 37235
8153302: [BACKOUT] STW phases at Concurrent GC should count in PerfCounter
Reviewed-by: jmasa, jwilhelm
sangheki [Fri, 01 Apr 2016 09:45:50 -0700] rev 37234
8153201: TestOptionsWithRanges fails with -XX:OldPLABSize=2147483648
Summary: Add parallel gc into min/max PLAB constraint function
Reviewed-by: brutisso, tbenson
sangheki [Fri, 01 Apr 2016 09:43:13 -0700] rev 37233
8152176: Big ParGCCardsPerStrideChunk values can cause overflow for CMS GC
Summary: Limit the max value of ParGCCardsPerStrideChunk based on card table size and other stride flags
Reviewed-by: jmasa, tbenson
mchernov [Fri, 01 Apr 2016 16:15:37 +0300] rev 37232
8148397: Create new tests for IHOP
Reviewed-by: tschatzl, dfazunen
tschatzl [Fri, 01 Apr 2016 12:46:06 +0200] rev 37231
Merge
tschatzl [Fri, 01 Apr 2016 12:00:09 +0200] rev 37230
8153193: Missing includes in gc/g1/heapRegionBounds.hpp
Reviewed-by: jwilhelm, brutisso
tschatzl [Fri, 01 Apr 2016 11:58:45 +0200] rev 37229
8153182: GC ID prefix for gc, humongous log messages are missing
Reviewed-by: mgerdin, brutisso
tschatzl [Fri, 01 Apr 2016 11:57:58 +0200] rev 37228
8148099: Improve memory access to FromCardCache during GC
Summary: Transpose the FromCardCache data array so the access during GC is linear instead of element-by-element with stride.
Reviewed-by: mgerdin, brutisso
csahu [Fri, 01 Apr 2016 13:51:29 +0530] rev 37227
8151442: jstack doesn't close quotation marks properly with threads' name greater than 1996 characters
Reviewed-by: dsamersoff, kevinw