< prev index next >

src/hotspot/share/classfile/classLoader.inline.hpp

Print this page

        

*** 24,34 **** #ifndef SHARE_VM_CLASSFILE_CLASSLOADER_INLINE_HPP #define SHARE_VM_CLASSFILE_CLASSLOADER_INLINE_HPP #include "classfile/classLoader.hpp" ! #include "runtime/orderAccess.inline.hpp" // Next entry in class path inline ClassPathEntry* ClassPathEntry::next() const { return OrderAccess::load_acquire(&_next); } inline void ClassPathEntry::set_next(ClassPathEntry* next) { --- 24,34 ---- #ifndef SHARE_VM_CLASSFILE_CLASSLOADER_INLINE_HPP #define SHARE_VM_CLASSFILE_CLASSLOADER_INLINE_HPP #include "classfile/classLoader.hpp" ! #include "runtime/orderAccess.hpp" // Next entry in class path inline ClassPathEntry* ClassPathEntry::next() const { return OrderAccess::load_acquire(&_next); } inline void ClassPathEntry::set_next(ClassPathEntry* next) {
< prev index next >