src/share/vm/runtime/vmStructs.cpp

changeset 7598
ddce0b7cee93
parent 7589
f9d003ea9023
child 7994
04ff2f6cd0eb
child 8307
daaf806995b3
equal deleted inserted replaced
7597:34f0c0e9df21 7598:ddce0b7cee93
190 #include "opto/parse.hpp" 190 #include "opto/parse.hpp"
191 #include "opto/regalloc.hpp" 191 #include "opto/regalloc.hpp"
192 #include "opto/rootnode.hpp" 192 #include "opto/rootnode.hpp"
193 #include "opto/subnode.hpp" 193 #include "opto/subnode.hpp"
194 #include "opto/vectornode.hpp" 194 #include "opto/vectornode.hpp"
195 #ifdef TARGET_ARCH_MODEL_x86_32 195 #if defined ADGLOBALS_MD_HPP
196 # include ADGLOBALS_MD_HPP
197 #elif defined TARGET_ARCH_MODEL_x86_32
196 # include "adfiles/adGlobals_x86_32.hpp" 198 # include "adfiles/adGlobals_x86_32.hpp"
197 #endif 199 #elif defined TARGET_ARCH_MODEL_x86_64
198 #ifdef TARGET_ARCH_MODEL_x86_64
199 # include "adfiles/adGlobals_x86_64.hpp" 200 # include "adfiles/adGlobals_x86_64.hpp"
200 #endif 201 #elif defined TARGET_ARCH_MODEL_sparc
201 #ifdef TARGET_ARCH_MODEL_sparc
202 # include "adfiles/adGlobals_sparc.hpp" 202 # include "adfiles/adGlobals_sparc.hpp"
203 #endif 203 #elif defined TARGET_ARCH_MODEL_zero
204 #ifdef TARGET_ARCH_MODEL_zero
205 # include "adfiles/adGlobals_zero.hpp" 204 # include "adfiles/adGlobals_zero.hpp"
206 #endif 205 #elif defined TARGET_ARCH_MODEL_ppc_64
207 #ifdef TARGET_ARCH_MODEL_arm
208 # include "adfiles/adGlobals_arm.hpp"
209 #endif
210 #ifdef TARGET_ARCH_MODEL_ppc_32
211 # include "adfiles/adGlobals_ppc_32.hpp"
212 #endif
213 #ifdef TARGET_ARCH_MODEL_ppc_64
214 # include "adfiles/adGlobals_ppc_64.hpp" 206 # include "adfiles/adGlobals_ppc_64.hpp"
215 #endif 207 #endif
216 #endif // COMPILER2 208 #endif // COMPILER2
217 209
218 // Note: the cross-product of (c1, c2, product, nonproduct, ...), 210 // Note: the cross-product of (c1, c2, product, nonproduct, ...),

mercurial