8042195: Introduce umbrella header orderAccess.inline.hpp

Reviewed-by: dholmes, kvn, stefank, twisti
This commit is contained in:
Goetz Lindenmaier 2014-04-29 15:17:27 +02:00
parent 3073f25b0d
commit 6e6f0720a9
81 changed files with 196 additions and 243 deletions

View file

@ -26,15 +26,9 @@
#define OS_BSD_VM_OS_BSD_INLINE_HPP
#include "runtime/atomic.inline.hpp"
#include "runtime/orderAccess.inline.hpp"
#include "runtime/os.hpp"
#ifdef TARGET_OS_ARCH_bsd_x86
# include "orderAccess_bsd_x86.inline.hpp"
#endif
#ifdef TARGET_OS_ARCH_bsd_zero
# include "orderAccess_bsd_zero.inline.hpp"
#endif
// System includes
#include <unistd.h>