comparison src/share/vm/runtime/stubRoutines.hpp @ 14518:d8041d695d19

Merged with jdk9/dev/hotspot changeset 3812c088b945
author twisti
date Tue, 11 Mar 2014 18:45:59 -0700
parents 6b0fd0964b87 94c202aa2646
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14141:f97c5ec83832 14518:d8041d695d19
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;