src/hotspot/share/interpreter/rewriter.cpp
changeset 49480 d7df2dd501ce
parent 49372 3bb8b00832d0
child 49594 898ef81cbc0e
--- a/src/hotspot/share/interpreter/rewriter.cpp	Wed Mar 21 17:09:34 2018 -0400
+++ b/src/hotspot/share/interpreter/rewriter.cpp	Wed Mar 21 19:45:24 2018 -0400
@@ -31,6 +31,7 @@
 #include "memory/resourceArea.hpp"
 #include "oops/generateOopMap.hpp"
 #include "prims/methodHandles.hpp"
+#include "runtime/handles.inline.hpp"
 
 // Computes a CPC map (new_index -> original_index) for constant pool entries
 // that are referred to by the interpreter at runtime via the constant pool cache.