History log of /openjdk10/hotspot/src/os_cpu/windows_x86/vm/atomic_windows_x86.hpp
Revision Date Author Comments
# 13512:d78407f77172 28-Aug-2017 eosterlund

8186476: Generalize Atomic::add with templates
Reviewed-by: aph, dholmes
Contributed-by: kim.barrett@oracle.com


# 13477:4d61110c6046 23-Aug-2017 eosterlund

8186166: Generalize Atomic::cmpxchg with templates
Reviewed-by: dholmes, coleenp
Contributed-by: kim.barrett@oracle.com


# 13147:5eaba310927e 05-Jun-2017 kbarrett

8166651: OrderAccess::load_acquire &etc should have const parameters
Summary: Added const qualifiers to load/load_acquire source parameters.
Reviewed-by: dholmes, coleenp, adinn, eosterlund


# 13038:ae91ec8b554a 26-Apr-2017 shade

8169061: Drop os::is_MP checks from Atomics
Reviewed-by: aph, dholmes


# 11857:d0fbf661cc16 21-Aug-2016 dholmes

8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
Summary: Remove atomic.inline.hpp and move the contents back into atomic.hpp
Reviewed-by: stefank, pliden, simonis