src/hotspot/share/gc/g1/g1CardTable.cpp
changeset 50429 83aec1d357d4
parent 49194 ece10494786c
child 54110 f4f0dce5d0bb
--- a/src/hotspot/share/gc/g1/g1CardTable.cpp	Wed Jun 06 15:36:29 2018 +0200
+++ b/src/hotspot/share/gc/g1/g1CardTable.cpp	Wed Jun 06 10:45:40 2018 -0400
@@ -28,7 +28,7 @@
 #include "gc/shared/memset_with_concurrent_readers.hpp"
 #include "logging/log.hpp"
 #include "runtime/atomic.hpp"
-#include "runtime/orderAccess.inline.hpp"
+#include "runtime/orderAccess.hpp"
 
 bool G1CardTable::mark_card_deferred(size_t card_index) {
   jbyte val = _byte_map[card_index];