comparison src/share/vm/runtime/frame.hpp @ 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 0f03ff49c720
children b5c8a61d7fa0
comparison
equal deleted inserted replaced
14390:0f03ff49c720 14391:d2907f74462e
44 # include "adfiles/adGlobals_zero.hpp" 44 # include "adfiles/adGlobals_zero.hpp"
45 #endif 45 #endif
46 #ifdef TARGET_ARCH_MODEL_arm 46 #ifdef TARGET_ARCH_MODEL_arm
47 # include "adfiles/adGlobals_arm.hpp" 47 # include "adfiles/adGlobals_arm.hpp"
48 #endif 48 #endif
49 #ifdef TARGET_ARCH_MODEL_ppc 49 #ifdef TARGET_ARCH_MODEL_ppc_32
50 # include "adfiles/adGlobals_ppc.hpp" 50 # include "adfiles/adGlobals_ppc_32.hpp"
51 #endif 51 #endif
52 #endif 52 #ifdef TARGET_ARCH_MODEL_ppc_64
53 # include "adfiles/adGlobals_ppc_64.hpp"
54 #endif
55 #endif // COMPILER2
53 #ifdef ZERO 56 #ifdef ZERO
54 #ifdef TARGET_ARCH_zero 57 #ifdef TARGET_ARCH_zero
55 # include "stack_zero.hpp" 58 # include "stack_zero.hpp"
56 #endif 59 #endif
57 #endif 60 #endif