diff THIRD_PARTY_README @ 14352:3dc1055f4e87

8033545: Missing volatile specifier in Bitmap::par_put_range_within_word Summary: The method Bitmap::par_put_range_within_word reloads the original value during a CAS, which may be optimized away. Instead of reloading, use the value returned by Atomic::cmpxchg_ptr() for further processing. Reviewed-by: tschatzl, brutisso, tonyp Contributed-by: Matthias Braun <matthia.braun@sap.com>
author tschatzl
date Thu, 06 Feb 2014 17:12:10 +0100
parents 337ffef74c37
children 9a48187fef5e
line wrap: on
line diff