src/hotspot/share/classfile/dictionary.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_DICTIONARY_INLINE_HPP
    25 #ifndef SHARE_VM_CLASSFILE_DICTIONARY_INLINE_HPP
    26 #define SHARE_VM_CLASSFILE_DICTIONARY_INLINE_HPP
    26 #define SHARE_VM_CLASSFILE_DICTIONARY_INLINE_HPP
    27 
    27 
    28 #include "classfile/dictionary.hpp"
    28 #include "classfile/dictionary.hpp"
    29 #include "runtime/orderAccess.inline.hpp"
    29 #include "runtime/orderAccess.hpp"
    30 
    30 
    31 inline ProtectionDomainEntry* DictionaryEntry::pd_set_acquire() const {
    31 inline ProtectionDomainEntry* DictionaryEntry::pd_set_acquire() const {
    32   return OrderAccess::load_acquire(&_pd_set);
    32   return OrderAccess::load_acquire(&_pd_set);
    33 }
    33 }
    34 
    34