src/hotspot/share/classfile/stringTable.cpp
changeset 54347 235883996bc7
parent 53785 d230a0406623
child 54379 40a7e2fc9beb
--- a/src/hotspot/share/classfile/stringTable.cpp	Sat Mar 30 16:32:23 2019 +0800
+++ b/src/hotspot/share/classfile/stringTable.cpp	Sat Mar 30 08:26:20 2019 -0700
@@ -52,6 +52,7 @@
 #include "utilities/concurrentHashTable.inline.hpp"
 #include "utilities/concurrentHashTableTasks.inline.hpp"
 #include "utilities/macros.hpp"
+#include "utilities/utf8.hpp"
 
 // We prefer short chains of avg 2
 const double PREF_AVG_LIST_LEN = 2.0;