src/share/vm/c1/c1_FpuStackSim.hpp

changeset 1
2d8a650513c2
parent 0
f90c822e73f8
child 6876
710a3c8b516e
equal deleted inserted replaced
0:f90c822e73f8 1:2d8a650513c2
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_FPUSTACKSIM_HPP 31 #ifndef SHARE_VM_C1_C1_FPUSTACKSIM_HPP
26 #define SHARE_VM_C1_C1_FPUSTACKSIM_HPP 32 #define SHARE_VM_C1_C1_FPUSTACKSIM_HPP
27 33
28 #include "c1/c1_FrameMap.hpp" 34 #include "c1/c1_FrameMap.hpp"
29 #include "memory/allocation.hpp" 35 #include "memory/allocation.hpp"
33 class FpuStackSim; 39 class FpuStackSim;
34 40
35 #ifdef TARGET_ARCH_x86 41 #ifdef TARGET_ARCH_x86
36 # include "c1_FpuStackSim_x86.hpp" 42 # include "c1_FpuStackSim_x86.hpp"
37 #endif 43 #endif
44 #ifdef TARGET_ARCH_mips
45 # include "c1_FpuStackSim_mips.hpp"
46 #endif
38 #ifdef TARGET_ARCH_sparc 47 #ifdef TARGET_ARCH_sparc
39 # include "c1_FpuStackSim_sparc.hpp" 48 # include "c1_FpuStackSim_sparc.hpp"
40 #endif 49 #endif
41 #ifdef TARGET_ARCH_arm 50 #ifdef TARGET_ARCH_arm
42 # include "c1_FpuStackSim_arm.hpp" 51 # include "c1_FpuStackSim_arm.hpp"

mercurial