src/share/vm/code/scopeDesc.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/_scopeDesc.cpp.incl" ScopeDesc::ScopeDesc(const nmethod* code, int decode_offset, int obj_decode_offset, bool reexecute, bool return_oop) { _code = code; _decode_offset = decode_offset; --- 20,36 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "code/debugInfoRec.hpp" ! #include "code/pcDesc.hpp" ! #include "code/scopeDesc.hpp" ! #include "memory/resourceArea.hpp" ! #include "oops/oop.inline.hpp" ! #include "runtime/handles.inline.hpp" ScopeDesc::ScopeDesc(const nmethod* code, int decode_offset, int obj_decode_offset, bool reexecute, bool return_oop) { _code = code; _decode_offset = decode_offset;