8204301: Make OrderAccess functions available to hpp rather than inline.hpp files

Move orderAccess.inline.hpp into orderAccess.hpp and remove os.hpp inclusion and conditional os::is_MP() for fence on x86 platforms

Reviewed-by: dholmes, hseigel
This commit is contained in:
Coleen Phillimore 2018-06-06 10:45:40 -04:00
parent b766bdef51
commit 892a2af03f
96 changed files with 199 additions and 245 deletions

View file

@ -51,7 +51,7 @@
#include "runtime/frame.inline.hpp"
#include "runtime/handles.inline.hpp"
#include "runtime/jniHandles.inline.hpp"
#include "runtime/orderAccess.inline.hpp"
#include "runtime/orderAccess.hpp"
#include "runtime/os.hpp"
#include "runtime/safepointVerifiers.hpp"
#include "runtime/sharedRuntime.hpp"