src/hotspot/os_cpu/linux_arm/orderAccess_linux_arm.hpp
changeset 59122 5d73255c2d52
parent 54323 846bc643f4ef
equal deleted inserted replaced
59121:7cbffba2156b 59122:5d73255c2d52
    26 #define OS_CPU_LINUX_ARM_ORDERACCESS_LINUX_ARM_HPP
    26 #define OS_CPU_LINUX_ARM_ORDERACCESS_LINUX_ARM_HPP
    27 
    27 
    28 // Included in orderAccess.hpp header file.
    28 // Included in orderAccess.hpp header file.
    29 
    29 
    30 #include "runtime/os.hpp"
    30 #include "runtime/os.hpp"
    31 #include "vm_version_arm.hpp"
    31 #include "runtime/vm_version.hpp"
    32 
    32 
    33 // Implementation of class OrderAccess.
    33 // Implementation of class OrderAccess.
    34 // - we define the high level barriers below and use the general
    34 // - we define the high level barriers below and use the general
    35 //   implementation in orderAccess.hpp.
    35 //   implementation in orderAccess.hpp.
    36 
    36