mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8234748: Clean up atomic and orderAccess includes
Reviewed-by: dholmes
This commit is contained in:
parent
a5b3bfd8a2
commit
161333eeba
127 changed files with 88 additions and 79 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include "oops/cpCache.hpp"
|
||||
#include "oops/oopHandle.inline.hpp"
|
||||
#include "runtime/orderAccess.hpp"
|
||||
#include "runtime/atomic.hpp"
|
||||
|
||||
inline int ConstantPoolCacheEntry::indices_ord() const { return Atomic::load_acquire(&_indices); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue