src/share/vm/asm/codeBuffer.cpp

changeset 2314
f95d63e2154a
parent 2117
0878d7bae69f
child 2357
79d8657be916
equal deleted inserted replaced
2313:e33f46fc48ed 2314:f95d63e2154a
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 # include "incls/_precompiled.incl" 25 #include "precompiled.hpp"
26 # include "incls/_codeBuffer.cpp.incl" 26 #include "asm/codeBuffer.hpp"
27 #include "compiler/disassembler.hpp"
28 #include "utilities/copy.hpp"
27 29
28 // The structure of a CodeSection: 30 // The structure of a CodeSection:
29 // 31 //
30 // _start -> +----------------+ 32 // _start -> +----------------+
31 // | machine code...| 33 // | machine code...|

mercurial