src/hotspot/share/classfile/classLoader.inline.hpp
changeset 50429 83aec1d357d4
parent 49340 4e82736053ae
child 53244 9807daeb47c4
equal deleted inserted replaced
50428:8c88df2e8a78 50429:83aec1d357d4
    24 
    24 
    25 #ifndef SHARE_VM_CLASSFILE_CLASSLOADER_INLINE_HPP
    25 #ifndef SHARE_VM_CLASSFILE_CLASSLOADER_INLINE_HPP
    26 #define SHARE_VM_CLASSFILE_CLASSLOADER_INLINE_HPP
    26 #define SHARE_VM_CLASSFILE_CLASSLOADER_INLINE_HPP
    27 
    27 
    28 #include "classfile/classLoader.hpp"
    28 #include "classfile/classLoader.hpp"
    29 #include "runtime/orderAccess.inline.hpp"
    29 #include "runtime/orderAccess.hpp"
    30 
    30 
    31 // Next entry in class path
    31 // Next entry in class path
    32 inline ClassPathEntry* ClassPathEntry::next() const { return OrderAccess::load_acquire(&_next); }
    32 inline ClassPathEntry* ClassPathEntry::next() const { return OrderAccess::load_acquire(&_next); }
    33 
    33 
    34 inline void ClassPathEntry::set_next(ClassPathEntry* next) {
    34 inline void ClassPathEntry::set_next(ClassPathEntry* next) {