< prev index next >

src/hotspot/share/classfile/compactHashtable.hpp

Print this page

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