src/share/vm/opto/bytecodeInfo.cpp

Print this page

        

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "incls/_precompiled.incl" ! #include "incls/_bytecodeInfo.cpp.incl" //============================================================================= //------------------------------InlineTree------------------------------------- InlineTree::InlineTree( Compile* c, const InlineTree *caller_tree, ciMethod* callee, --- 20,38 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "classfile/systemDictionary.hpp" ! #include "classfile/vmSymbols.hpp" ! #include "compiler/compileLog.hpp" ! #include "interpreter/linkResolver.hpp" ! #include "oops/objArrayKlass.hpp" ! #include "opto/callGenerator.hpp" ! #include "opto/parse.hpp" ! #include "runtime/handles.inline.hpp" //============================================================================= //------------------------------InlineTree------------------------------------- InlineTree::InlineTree( Compile* c, const InlineTree *caller_tree, ciMethod* callee,