< prev index next >

src/hotspot/share/classfile/compactHashtable.hpp

Print this page

*** 25,35 **** #ifndef SHARE_VM_CLASSFILE_COMPACTHASHTABLE_HPP #define SHARE_VM_CLASSFILE_COMPACTHASHTABLE_HPP #include "oops/array.hpp" #include "oops/symbol.hpp" ! #include "utilities/hashtable.hpp" template < typename K, typename V, --- 25,35 ---- #ifndef SHARE_VM_CLASSFILE_COMPACTHASHTABLE_HPP #define SHARE_VM_CLASSFILE_COMPACTHASHTABLE_HPP #include "oops/array.hpp" #include "oops/symbol.hpp" ! #include "utilities/growableArray.hpp" template < typename K, typename V,
< prev index next >