comparison src/share/vm/runtime/stubRoutines.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents d8041d695d19
children 4062efea018b
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
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_32 117 #ifdef TARGET_ARCH_MODEL_ppc
118 # include "stubRoutines_ppc_32.hpp" 118 # include "stubRoutines_ppc.hpp"
119 #endif
120 #ifdef TARGET_ARCH_MODEL_ppc_64
121 # include "stubRoutines_ppc_64.hpp"
122 #endif 119 #endif
123 120
124 121
125 static jint _verify_oop_count; 122 static jint _verify_oop_count;
126 static address _verify_oop_subroutine_entry; 123 static address _verify_oop_subroutine_entry;