src/share/vm/c1/c1_FrameMap.hpp

changeset 8856
ac27a9c85bea
parent 6876
710a3c8b516e
child 9852
70aa912cebe5
equal deleted inserted replaced
8855:98b4b0661837 8856:ac27a9c85bea
18 * 18 *
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
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 */
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.
23 */ 29 */
24 30
25 #ifndef SHARE_VM_C1_C1_FRAMEMAP_HPP 31 #ifndef SHARE_VM_C1_C1_FRAMEMAP_HPP
26 #define SHARE_VM_C1_C1_FRAMEMAP_HPP 32 #define SHARE_VM_C1_C1_FRAMEMAP_HPP
27 33
83 }; 89 };
84 90
85 #ifdef TARGET_ARCH_x86 91 #ifdef TARGET_ARCH_x86
86 # include "c1_FrameMap_x86.hpp" 92 # include "c1_FrameMap_x86.hpp"
87 #endif 93 #endif
94 #ifdef TARGET_ARCH_mips
95 # include "c1_FrameMap_mips.hpp"
96 #endif
88 #ifdef TARGET_ARCH_sparc 97 #ifdef TARGET_ARCH_sparc
89 # include "c1_FrameMap_sparc.hpp" 98 # include "c1_FrameMap_sparc.hpp"
90 #endif 99 #endif
91 #ifdef TARGET_ARCH_arm 100 #ifdef TARGET_ARCH_arm
92 # include "c1_FrameMap_arm.hpp" 101 # include "c1_FrameMap_arm.hpp"

mercurial