tschatzl [Mon, 06 Mar 2017 17:03:35 +0100] rev 46307
8071278: Fix the closure mess in G1RemSet::refine_card()
Summary: Remove the use of many nested closure in the code to refine a card.
Reviewed-by: kbarrett, sjohanss
tschatzl [Mon, 06 Mar 2017 15:33:14 +0100] rev 46306
8175367: Wrong assert for UseCompressedOops in aarch64 Copy::conjoint_oops_atomic implementation
Summary: Remove wrong check for UseCompressedOops
Reviewed-by: aph
kbarrett [Sat, 04 Mar 2017 15:56:22 -0500] rev 46305
8175221: Cleanup DirtyCardQueueSet::concatenate_log
Summary: concatenate_log calls flush, flush no longer checks "permanent"
Reviewed-by: tschatzl, shade
rehn [Fri, 03 Mar 2017 12:02:35 +0100] rev 46304
8176096: Wrong macro checks for INCLUDE_TRACE
Reviewed-by: dholmes, coleenp, mgronlun