< prev index next >

src/hotspot/share/interpreter/rewriter.cpp

Print this page

*** 28,37 **** --- 28,38 ---- #include "interpreter/rewriter.hpp" #include "memory/metadataFactory.hpp" #include "memory/resourceArea.hpp" #include "oops/generateOopMap.hpp" #include "prims/methodHandles.hpp" + #include "runtime/fieldDescriptor.inline.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. // Also computes a CP map (original_index -> new_index).
< prev index next >