< prev index next >

src/hotspot/os_cpu/linux_s390/atomic_linux_s390.hpp

Print this page
rev 56859 : 8233787: Break cycle in vm_version* includes
Reviewed-by:

*** 26,36 **** #ifndef OS_CPU_LINUX_S390_ATOMIC_LINUX_S390_HPP #define OS_CPU_LINUX_S390_ATOMIC_LINUX_S390_HPP #include "runtime/atomic.hpp" #include "runtime/os.hpp" ! #include "vm_version_s390.hpp" // Note that the compare-and-swap instructions on System z perform // a serialization function before the storage operand is fetched // and again after the operation is completed. // --- 26,36 ---- #ifndef OS_CPU_LINUX_S390_ATOMIC_LINUX_S390_HPP #define OS_CPU_LINUX_S390_ATOMIC_LINUX_S390_HPP #include "runtime/atomic.hpp" #include "runtime/os.hpp" ! #include "runtime/vm_version.hpp" // Note that the compare-and-swap instructions on System z perform // a serialization function before the storage operand is fetched // and again after the operation is completed. //
< prev index next >