mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +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
|
@ -24,6 +24,7 @@
|
|||
*/
|
||||
|
||||
#include "precompiled.hpp"
|
||||
#include "runtime/atomic.hpp"
|
||||
#include "runtime/interfaceSupport.inline.hpp"
|
||||
#include "runtime/thread.hpp"
|
||||
#include "runtime/threadSMR.hpp"
|
||||
|
@ -32,7 +33,6 @@
|
|||
#include "utilities/concurrentHashTable.inline.hpp"
|
||||
#include "utilities/concurrentHashTableTasks.inline.hpp"
|
||||
|
||||
|
||||
typedef ConcurrentHashTable<ThreadIdTableConfig, mtInternal> ThreadIdTableHash;
|
||||
|
||||
// 2^24 is max size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue