comparison src/share/vm/runtime/stubRoutines.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 a3ecd773a7b9
children b5c8a61d7fa0
comparison
equal deleted inserted replaced
14390:0f03ff49c720 14391:d2907f74462e
112 # include "stubRoutines_zero.hpp" 112 # include "stubRoutines_zero.hpp"
113 #endif 113 #endif
114 #ifdef TARGET_ARCH_MODEL_arm 114 #ifdef TARGET_ARCH_MODEL_arm
115 # include "stubRoutines_arm.hpp" 115 # include "stubRoutines_arm.hpp"
116 #endif 116 #endif
117 #ifdef TARGET_ARCH_MODEL_ppc 117 #ifdef TARGET_ARCH_MODEL_ppc_32
118 # include "stubRoutines_ppc.hpp" 118 # include "stubRoutines_ppc_32.hpp"
119 #endif
120 #ifdef TARGET_ARCH_MODEL_ppc_64
121 # include "stubRoutines_ppc_64.hpp"
119 #endif 122 #endif
120 123
121 124
122 static jint _verify_oop_count; 125 static jint _verify_oop_count;
123 static address _verify_oop_subroutine_entry; 126 static address _verify_oop_subroutine_entry;