< prev index next >

src/hotspot/share/classfile/dictionary.cpp

Print this page

        

*** 33,43 **** #include "memory/iterator.hpp" #include "memory/metaspaceClosure.hpp" #include "memory/resourceArea.hpp" #include "oops/oop.inline.hpp" #include "runtime/atomic.hpp" ! #include "runtime/orderAccess.inline.hpp" #include "runtime/safepointVerifiers.hpp" #include "utilities/hashtable.inline.hpp" // Optimization: if any dictionary needs resizing, we set this flag, // so that we dont't have to walk all dictionaries to check if any actually --- 33,43 ---- #include "memory/iterator.hpp" #include "memory/metaspaceClosure.hpp" #include "memory/resourceArea.hpp" #include "oops/oop.inline.hpp" #include "runtime/atomic.hpp" ! #include "runtime/orderAccess.hpp" #include "runtime/safepointVerifiers.hpp" #include "utilities/hashtable.inline.hpp" // Optimization: if any dictionary needs resizing, we set this flag, // so that we dont't have to walk all dictionaries to check if any actually
< prev index next >