mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8044775: Improve usage of umbrella header atomic.inline.hpp
Reviewed-by: stefank, kvn
This commit is contained in:
parent
9672a26d51
commit
8e7c8f1d88
97 changed files with 218 additions and 105 deletions
|
@ -28,7 +28,7 @@
|
|||
#include "gc_implementation/g1/g1HotCardCache.hpp"
|
||||
#include "gc_implementation/g1/g1RemSet.hpp"
|
||||
#include "gc_implementation/g1/heapRegion.hpp"
|
||||
#include "runtime/atomic.hpp"
|
||||
#include "runtime/atomic.inline.hpp"
|
||||
|
||||
G1HotCardCache::G1HotCardCache(G1CollectedHeap *g1h):
|
||||
_g1h(g1h), _hot_cache(NULL), _use_cache(false), _card_counts(g1h) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue