hotspot/src/share/vm/gc_implementation/g1/g1HotCardCache.cpp
changeset 25351 7c198a690050
parent 23858 dae377f5a7c7
child 26160 aba6b01cb988
--- a/hotspot/src/share/vm/gc_implementation/g1/g1HotCardCache.cpp	Thu Jun 19 13:31:14 2014 +0200
+++ b/hotspot/src/share/vm/gc_implementation/g1/g1HotCardCache.cpp	Wed Jun 04 11:56:44 2014 +0200
@@ -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) {}