< prev index next >

src/hotspot/share/classfile/stackMapTable.cpp

Print this page

        

*** 26,36 **** #include "classfile/stackMapTable.hpp" #include "classfile/verifier.hpp" #include "memory/resourceArea.hpp" #include "oops/constantPool.hpp" #include "oops/oop.inline.hpp" - #include "runtime/fieldType.hpp" #include "runtime/handles.inline.hpp" StackMapTable::StackMapTable(StackMapReader* reader, StackMapFrame* init_frame, u2 max_locals, u2 max_stack, char* code_data, int code_len, TRAPS) { --- 26,35 ----
< prev index next >