dcubed [Thu, 03 Sep 2015 10:22:39 -0700] rev 32614
8049304: race between VM_Exit and _sync_FutileWakeups->inc()
Summary: Add PerfDataManager.has_PerfData() to indicate when PerfData objects should be safe to query. Update Java monitor PerfData usage to check the new flag. PerfDataManager::destroy() should only be called at a safepoint and when the StatSampler is not active.
Reviewed-by: kbarrett, dholmes, tbenson, bdelsart
sangheki [Wed, 02 Sep 2015 17:49:46 -0700] rev 32613
8134972: [BACKOUT] GC: implement ranges (optionally constraints) for those flags that have them missing
Reviewed-by: jwilhelm
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