src/share/vm/code/compiledIC.hpp

changeset 8604
04d83ba48607
parent 8427
c3d0bd36ab28
parent 7535
7ae4e26cb1e0
child 9041
95a08233f46c
equal deleted inserted replaced
8603:e134dc1879b7 8604:04d83ba48607
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 #ifndef SHARE_VM_CODE_COMPILEDIC_HPP 31 #ifndef SHARE_VM_CODE_COMPILEDIC_HPP
26 #define SHARE_VM_CODE_COMPILEDIC_HPP 32 #define SHARE_VM_CODE_COMPILEDIC_HPP
27 33
28 #include "interpreter/linkResolver.hpp" 34 #include "interpreter/linkResolver.hpp"
29 #include "oops/compiledICHolder.hpp" 35 #include "oops/compiledICHolder.hpp"
39 #ifdef TARGET_ARCH_arm 45 #ifdef TARGET_ARCH_arm
40 # include "nativeInst_arm.hpp" 46 # include "nativeInst_arm.hpp"
41 #endif 47 #endif
42 #ifdef TARGET_ARCH_ppc 48 #ifdef TARGET_ARCH_ppc
43 # include "nativeInst_ppc.hpp" 49 # include "nativeInst_ppc.hpp"
50 #endif
51 #ifdef TARGET_ARCH_mips
52 # include "nativeInst_mips.hpp"
44 #endif 53 #endif
45 54
46 //----------------------------------------------------------------------------- 55 //-----------------------------------------------------------------------------
47 // The CompiledIC represents a compiled inline cache. 56 // The CompiledIC represents a compiled inline cache.
48 // 57 //

mercurial