amurillo [Thu, 23 Jun 2016 17:11:18 -0700] rev 39412
Merge
kbarrett [Thu, 23 Jun 2016 16:46:41 -0400] rev 39411
8157758: JDK9 does not compile on Linux with GCC 6.1 because left-shifting a negative number has undefined behavior
Summary: Replace shifts of -1 with shifts of ~0u.
Reviewed-by: kbarrett, mockner
Contributed-by: alexhenrie24@gmail.com
aph [Thu, 23 Jun 2016 16:27:34 +0000] rev 39410
8160189: Fix for 8159335 breaks AArch64
Reviewed-by: kvn
ehelin [Wed, 22 Jun 2016 14:03:01 +0200] rev 39409
8155099: Remove duplicate comments from G1Policy
Reviewed-by: jmasa, drwhite
tschatzl [Wed, 22 Jun 2016 10:49:23 +0200] rev 39408
Merge
tschatzl [Wed, 22 Jun 2016 10:34:01 +0200] rev 39407
8152438: Threads may do significant work out of the non-shared overflow buffer
Summary: Before processing an element in the non-shared overflow buffer, try to push it into the local shared buffer to keep it full.
Reviewed-by: jmasa, ehelin, sjohanss