< prev index next >

src/hotspot/share/oops/arrayKlass.inline.hpp

Print this page

        

@@ -23,11 +23,11 @@
  */
 
 #ifndef SHARE_VM_OOPS_ARRAYKLASS_INLINE_HPP
 #define SHARE_VM_OOPS_ARRAYKLASS_INLINE_HPP
 
-#include "runtime/orderAccess.inline.hpp"
+#include "runtime/orderAccess.hpp"
 #include "oops/arrayKlass.hpp"
 
 inline Klass* ArrayKlass::higher_dimension_acquire() const {
   return OrderAccess::load_acquire(&_higher_dimension);
 }
< prev index next >