kbarrett [Wed, 02 Sep 2015 11:41:42 -0400] rev 32612
8134806: Clean up write_ref_field_work
Summary: Remove unnecessary pure virtual decl and default argument values.
Reviewed-by: jwilhelm, tbenson, jmasa
tschatzl [Wed, 02 Sep 2015 16:16:58 +0200] rev 32611
Merge
tschatzl [Wed, 02 Sep 2015 14:00:46 +0200] rev 32610
8134856: Incorrect use of PLAB::min_size() in MaxPLABSizeBounds
Reviewed-by: jwilhelm, tbenson
tschatzl [Wed, 02 Sep 2015 09:57:03 +0200] rev 32609
8134858: Remove G1 specific checking of Young/OldPLABSize in G1CollectorPolicy constructor
Summary: Remove obsolete and wrong code.
Reviewed-by: mgerdin, brutisso
sfriberg [Wed, 02 Sep 2015 09:51:05 +0200] rev 32608
8066443: Add G1 support for promotion event
Reviewed-by: tschatzl
ysr [Wed, 02 Sep 2015 11:56:10 +0200] rev 32607
8133818: Additional number of processed references printed with -XX:+PrintReferenceGC after JDK-8047125
Summary: Test contributed by brutisso
Reviewed-by: tonyp, tschatzl
sjohanss [Wed, 02 Sep 2015 09:14:04 +0200] rev 32606
8129417: Oop iteration clean-up to remove oop_ms_follow_contents
Reviewed-by: pliden, ehelin
gthornbr [Tue, 01 Sep 2015 14:01:18 -0700] rev 32605
8134161: JVM is creating too many GC helper threads on T7/M7 linux/sparc platform
Summary: Recognize the T7/M7 platform.
Reviewed-by: dcubed, kvn, jmasa
pliden [Tue, 01 Sep 2015 14:17:53 +0200] rev 32604
Merge
pliden [Tue, 01 Sep 2015 13:13:19 +0200] rev 32603
8134738: Remove CollectorPolicy::Name
Reviewed-by: brutisso, mgerdin
tschatzl [Tue, 01 Sep 2015 10:53:29 +0200] rev 32602
8067341: Modify PLAB sizing algorithm to waste less
Summary: Change the G1 PLAB resizing algorithm to waste less memory by being more conservative about the PLAB sizes.
Reviewed-by: ecaspole, jmasa
sangheki [Mon, 31 Aug 2015 11:51:29 -0700] rev 32601
8078555: GC: implement ranges (optionally constraints) for those flags that have them missing
Summary: Add ranges and constraint functions for GC flags.
Reviewed-by: jmasa, kbarrett, gziemski, ddmitriev, drwhite