src/share/vm/asm/codeBuffer.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/_codeBuffer.cpp.incl" // The structure of a CodeSection: // // _start -> +----------------+ // | machine code...| --- 20,33 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "asm/codeBuffer.hpp" ! #include "compiler/disassembler.hpp" ! #include "utilities/copy.hpp" // The structure of a CodeSection: // // _start -> +----------------+ // | machine code...|