annotate .jcheck/conf @ 17662:695a6aba51c3

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 Mon, 10 Feb 2014 10:34:52 +0100
parents e6e7d76b2bd3
children 050a626a8895 57e8ab42b57e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3809
e6e7d76b2bd3 7048009: Update .jcheck/conf files for JDK 8
mr
parents: 2
diff changeset
1 project=jdk8