< prev index next >

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

Print this page

        

*** 23,33 **** */ #ifndef SHARE_VM_OOPS_ARRAYKLASS_INLINE_HPP #define SHARE_VM_OOPS_ARRAYKLASS_INLINE_HPP ! #include "runtime/orderAccess.inline.hpp" #include "oops/arrayKlass.hpp" inline Klass* ArrayKlass::higher_dimension_acquire() const { return OrderAccess::load_acquire(&_higher_dimension); } --- 23,33 ---- */ #ifndef SHARE_VM_OOPS_ARRAYKLASS_INLINE_HPP #define SHARE_VM_OOPS_ARRAYKLASS_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 >