comparison src/share/vm/runtime/stubRoutines.hpp @ 17812:a7d4d4655766

Merge
author kvn
date Wed, 26 Mar 2014 18:21:05 -0700
parents 94c202aa2646
children d8041d695d19 b20a35eae442
comparison
equal deleted inserted replaced
17789:6b207d038106 17812:a7d4d4655766
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;