comparison src/share/vm/runtime/stubRoutines.hpp @ 18058:54bc75c144b0

Merge
author asaha
date Thu, 29 May 2014 13:14:25 -0700
parents 94c202aa2646
children d8041d695d19 b20a35eae442
comparison
equal deleted inserted replaced
18055:1fa005fb28f5 18058:54bc75c144b0
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;