< prev index next >

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

Print this page

        

*** 24,34 **** #ifndef SHARE_VM_CLASSFILE_DICTIONARY_INLINE_HPP #define SHARE_VM_CLASSFILE_DICTIONARY_INLINE_HPP #include "classfile/dictionary.hpp" ! #include "runtime/orderAccess.inline.hpp" inline ProtectionDomainEntry* DictionaryEntry::pd_set_acquire() const { return OrderAccess::load_acquire(&_pd_set); } --- 24,34 ---- #ifndef SHARE_VM_CLASSFILE_DICTIONARY_INLINE_HPP #define SHARE_VM_CLASSFILE_DICTIONARY_INLINE_HPP #include "classfile/dictionary.hpp" ! #include "runtime/orderAccess.hpp" inline ProtectionDomainEntry* DictionaryEntry::pd_set_acquire() const { return OrderAccess::load_acquire(&_pd_set); }
< prev index next >