src/hotspot/share/classfile/dictionary.cpp
changeset 50429 83aec1d357d4
parent 50039 9fec54fe663d
child 50634 c349d409262a
equal deleted inserted replaced
50428:8c88df2e8a78 50429:83aec1d357d4
    33 #include "memory/iterator.hpp"
    33 #include "memory/iterator.hpp"
    34 #include "memory/metaspaceClosure.hpp"
    34 #include "memory/metaspaceClosure.hpp"
    35 #include "memory/resourceArea.hpp"
    35 #include "memory/resourceArea.hpp"
    36 #include "oops/oop.inline.hpp"
    36 #include "oops/oop.inline.hpp"
    37 #include "runtime/atomic.hpp"
    37 #include "runtime/atomic.hpp"
    38 #include "runtime/orderAccess.inline.hpp"
    38 #include "runtime/orderAccess.hpp"
    39 #include "runtime/safepointVerifiers.hpp"
    39 #include "runtime/safepointVerifiers.hpp"
    40 #include "utilities/hashtable.inline.hpp"
    40 #include "utilities/hashtable.inline.hpp"
    41 
    41 
    42 // Optimization: if any dictionary needs resizing, we set this flag,
    42 // Optimization: if any dictionary needs resizing, we set this flag,
    43 // so that we dont't have to walk all dictionaries to check if any actually
    43 // so that we dont't have to walk all dictionaries to check if any actually