src/hotspot/share/oops/constantPool.inline.hpp
changeset 50429 83aec1d357d4
parent 49816 a3e79f97e86b
child 53244 9807daeb47c4
--- a/src/hotspot/share/oops/constantPool.inline.hpp	Wed Jun 06 15:36:29 2018 +0200
+++ b/src/hotspot/share/oops/constantPool.inline.hpp	Wed Jun 06 10:45:40 2018 -0400
@@ -27,7 +27,7 @@
 
 #include "oops/constantPool.hpp"
 #include "oops/cpCache.inline.hpp"
-#include "runtime/orderAccess.inline.hpp"
+#include "runtime/orderAccess.hpp"
 
 inline CPSlot ConstantPool::slot_at(int which) const {
   assert(is_within_bounds(which), "index out of bounds");