author | dholmes |
Tue, 26 Sep 2017 10:17:35 +0000 | |
changeset 47529 | afa019495182 |
parent 47526 | 3d7757370ef3 (current diff) |
parent 47528 | 9a6795c1b007 (diff) |
child 47530 | 468f0664cb39 |
--- a/src/hotspot/os_cpu/linux_zero/orderAccess_linux_zero.inline.hpp Tue Sep 26 11:25:34 2017 +0200 +++ b/src/hotspot/os_cpu/linux_zero/orderAccess_linux_zero.inline.hpp Tue Sep 26 10:17:35 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