src/hotspot/share/classfile/dictionary.cpp
changeset 49594 898ef81cbc0e
parent 49348 fde3feaaa4ed
child 49658 8237a91c1cca
equal deleted inserted replaced
49593:4dd58ecc9912 49594:898ef81cbc0e
    27 #include "classfile/sharedClassUtil.hpp"
    27 #include "classfile/sharedClassUtil.hpp"
    28 #include "classfile/dictionary.inline.hpp"
    28 #include "classfile/dictionary.inline.hpp"
    29 #include "classfile/protectionDomainCache.hpp"
    29 #include "classfile/protectionDomainCache.hpp"
    30 #include "classfile/systemDictionary.hpp"
    30 #include "classfile/systemDictionary.hpp"
    31 #include "classfile/systemDictionaryShared.hpp"
    31 #include "classfile/systemDictionaryShared.hpp"
    32 #include "gc/shared/gcLocker.hpp"
       
    33 #include "logging/log.hpp"
    32 #include "logging/log.hpp"
    34 #include "logging/logStream.hpp"
    33 #include "logging/logStream.hpp"
    35 #include "memory/iterator.hpp"
    34 #include "memory/iterator.hpp"
    36 #include "memory/metaspaceClosure.hpp"
    35 #include "memory/metaspaceClosure.hpp"
    37 #include "memory/resourceArea.hpp"
    36 #include "memory/resourceArea.hpp"
    38 #include "oops/oop.inline.hpp"
    37 #include "oops/oop.inline.hpp"
    39 #include "runtime/atomic.hpp"
    38 #include "runtime/atomic.hpp"
    40 #include "runtime/orderAccess.inline.hpp"
    39 #include "runtime/orderAccess.inline.hpp"
       
    40 #include "runtime/safepointVerifiers.hpp"
    41 #include "utilities/hashtable.inline.hpp"
    41 #include "utilities/hashtable.inline.hpp"
    42 
    42 
    43 // Optimization: if any dictionary needs resizing, we set this flag,
    43 // Optimization: if any dictionary needs resizing, we set this flag,
    44 // so that we dont't have to walk all dictionaries to check if any actually
    44 // so that we dont't have to walk all dictionaries to check if any actually
    45 // needs resizing, which is costly to do at Safepoint.
    45 // needs resizing, which is costly to do at Safepoint.