author | dholmes |
Tue, 26 Sep 2017 09:02:10 +0000 | |
changeset 47528 | 9a6795c1b007 |
parent 47525 | e05aff6beada (current diff) |
parent 47527 | 9c0137e5e37a (diff) |
child 47529 | afa019495182 |
--- a/src/hotspot/os_cpu/linux_zero/orderAccess_linux_zero.inline.hpp Tue Sep 26 00:52:29 2017 -0700 +++ b/src/hotspot/os_cpu/linux_zero/orderAccess_linux_zero.inline.hpp Tue Sep 26 09:02:10 2017 +0000 @@ -56,8 +56,16 @@ #else // PPC +#ifdef ALPHA + +#define LIGHT_MEM_BARRIER __sync_synchronize() + +#else // ALPHA + #define LIGHT_MEM_BARRIER __asm __volatile ("":::"memory") +#endif // ALPHA + #endif // PPC #endif // ARM