src/share/vm/c1/c1_LinearScan.hpp

changeset 8856
ac27a9c85bea
parent 6876
710a3c8b516e
equal deleted inserted replaced
8855:98b4b0661837 8856:ac27a9c85bea
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_C1_C1_LINEARSCAN_HPP 31 #ifndef SHARE_VM_C1_C1_LINEARSCAN_HPP
26 #define SHARE_VM_C1_C1_LINEARSCAN_HPP 32 #define SHARE_VM_C1_C1_LINEARSCAN_HPP
27 33
28 #include "c1/c1_FpuStackSim.hpp" 34 #include "c1/c1_FpuStackSim.hpp"
29 #include "c1/c1_FrameMap.hpp" 35 #include "c1/c1_FrameMap.hpp"
974 980
975 // Pick up platform-dependent implementation details 981 // Pick up platform-dependent implementation details
976 #ifdef TARGET_ARCH_x86 982 #ifdef TARGET_ARCH_x86
977 # include "c1_LinearScan_x86.hpp" 983 # include "c1_LinearScan_x86.hpp"
978 #endif 984 #endif
985 #ifdef TARGET_ARCH_mips
986 # include "c1_LinearScan_mips.hpp"
987 #endif
979 #ifdef TARGET_ARCH_sparc 988 #ifdef TARGET_ARCH_sparc
980 # include "c1_LinearScan_sparc.hpp" 989 # include "c1_LinearScan_sparc.hpp"
981 #endif 990 #endif
982 #ifdef TARGET_ARCH_arm 991 #ifdef TARGET_ARCH_arm
983 # include "c1_LinearScan_arm.hpp" 992 # include "c1_LinearScan_arm.hpp"

mercurial