comparison src/share/vm/runtime/registerMap.hpp @ 2192:b92c45f2bc75

7016023: Enable building ARM and PPC from src/closed repository Reviewed-by: dholmes, bdelsart
author bobv
date Wed, 02 Feb 2011 11:35:26 -0500
parents f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
33 #ifdef TARGET_ARCH_sparc 33 #ifdef TARGET_ARCH_sparc
34 # include "register_sparc.hpp" 34 # include "register_sparc.hpp"
35 #endif 35 #endif
36 #ifdef TARGET_ARCH_zero 36 #ifdef TARGET_ARCH_zero
37 # include "register_zero.hpp" 37 # include "register_zero.hpp"
38 #endif
39 #ifdef TARGET_ARCH_arm
40 # include "register_arm.hpp"
41 #endif
42 #ifdef TARGET_ARCH_ppc
43 # include "register_ppc.hpp"
38 #endif 44 #endif
39 45
40 class JavaThread; 46 class JavaThread;
41 47
42 // 48 //
136 # include "registerMap_sparc.hpp" 142 # include "registerMap_sparc.hpp"
137 #endif 143 #endif
138 #ifdef TARGET_ARCH_zero 144 #ifdef TARGET_ARCH_zero
139 # include "registerMap_zero.hpp" 145 # include "registerMap_zero.hpp"
140 #endif 146 #endif
147 #ifdef TARGET_ARCH_arm
148 # include "registerMap_arm.hpp"
149 #endif
150 #ifdef TARGET_ARCH_ppc
151 # include "registerMap_ppc.hpp"
152 #endif
141 153
142 }; 154 };
143 155
144 #endif // SHARE_VM_RUNTIME_REGISTERMAP_HPP 156 #endif // SHARE_VM_RUNTIME_REGISTERMAP_HPP