comparison src/share/vm/runtime/vmStructs.cpp @ 14391:d2907f74462e

8016586: PPC64 (part 3): basic changes for PPC64 Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32. Reviewed-by: dholmes, kvn
author goetz
date Thu, 20 Jun 2013 16:30:44 -0700
parents e484fe2abebd
children b5c8a61d7fa0
comparison
equal deleted inserted replaced
14390:0f03ff49c720 14391:d2907f74462e
195 # include "adfiles/adGlobals_zero.hpp" 195 # include "adfiles/adGlobals_zero.hpp"
196 #endif 196 #endif
197 #ifdef TARGET_ARCH_MODEL_arm 197 #ifdef TARGET_ARCH_MODEL_arm
198 # include "adfiles/adGlobals_arm.hpp" 198 # include "adfiles/adGlobals_arm.hpp"
199 #endif 199 #endif
200 #ifdef TARGET_ARCH_MODEL_ppc 200 #ifdef TARGET_ARCH_MODEL_ppc_32
201 # include "adfiles/adGlobals_ppc.hpp" 201 # include "adfiles/adGlobals_ppc_32.hpp"
202 #endif 202 #endif
203 #ifdef TARGET_ARCH_MODEL_ppc_64
204 # include "adfiles/adGlobals_ppc_64.hpp"
203 #endif 205 #endif
206 #endif // COMPILER2
204 207
205 // Note: the cross-product of (c1, c2, product, nonproduct, ...), 208 // Note: the cross-product of (c1, c2, product, nonproduct, ...),
206 // (nonstatic, static), and (unchecked, checked) has not been taken. 209 // (nonstatic, static), and (unchecked, checked) has not been taken.
207 // Only the macros currently needed have been defined. 210 // Only the macros currently needed have been defined.
208 211