src/share/vm/code/codeBlob.cpp

changeset 9203
53eec13fbaa5
parent 9185
82f9d3b7e317
parent 7535
7ae4e26cb1e0
child 9931
fd44df5e3bc3
equal deleted inserted replaced
9202:eed8e846c982 9203:53eec13fbaa5
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 /*
26 * This file has been modified by Loongson Technology in 2015. These
27 * modifications are Copyright (c) 2015 Loongson Technology, and are made
28 * available on the same license terms set forth above.
29 */
30
25 #include "precompiled.hpp" 31 #include "precompiled.hpp"
26 #include "code/codeBlob.hpp" 32 #include "code/codeBlob.hpp"
27 #include "code/codeCache.hpp" 33 #include "code/codeCache.hpp"
28 #include "code/relocInfo.hpp" 34 #include "code/relocInfo.hpp"
29 #include "compiler/disassembler.hpp" 35 #include "compiler/disassembler.hpp"
52 # include "nativeInst_arm.hpp" 58 # include "nativeInst_arm.hpp"
53 #endif 59 #endif
54 #ifdef TARGET_ARCH_ppc 60 #ifdef TARGET_ARCH_ppc
55 # include "nativeInst_ppc.hpp" 61 # include "nativeInst_ppc.hpp"
56 #endif 62 #endif
63 #ifdef TARGET_ARCH_mips
64 # include "nativeInst_mips.hpp"
65 #endif
57 #ifdef COMPILER1 66 #ifdef COMPILER1
58 #include "c1/c1_Runtime1.hpp" 67 #include "c1/c1_Runtime1.hpp"
59 #endif 68 #endif
60 69
61 unsigned int align_code_offset(int offset) { 70 unsigned int align_code_offset(int offset) {

mercurial