mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
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:
parent
b766bdef51
commit
892a2af03f
96 changed files with 199 additions and 245 deletions
|
@ -26,7 +26,7 @@
|
|||
#define SHARE_VM_OOPS_METHODDATA_INLINE_HPP
|
||||
|
||||
#include "oops/methodData.hpp"
|
||||
#include "runtime/orderAccess.inline.hpp"
|
||||
#include "runtime/orderAccess.hpp"
|
||||
|
||||
inline void DataLayout::release_set_cell_at(int index, intptr_t value) {
|
||||
OrderAccess::release_store(&_cells[index], value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue