comparison src/share/vm/opto/c2compiler.cpp @ 2192:b92c45f2bc75

7016023: Enable building ARM and PPC from src/closed repository Reviewed-by: dholmes, bdelsart
author bobv
date Wed, 02 Feb 2011 11:35:26 -0500
parents f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
34 #ifdef TARGET_ARCH_MODEL_sparc 34 #ifdef TARGET_ARCH_MODEL_sparc
35 # include "adfiles/ad_sparc.hpp" 35 # include "adfiles/ad_sparc.hpp"
36 #endif 36 #endif
37 #ifdef TARGET_ARCH_MODEL_zero 37 #ifdef TARGET_ARCH_MODEL_zero
38 # include "adfiles/ad_zero.hpp" 38 # include "adfiles/ad_zero.hpp"
39 #endif
40 #ifdef TARGET_ARCH_MODEL_arm
41 # include "adfiles/ad_arm.hpp"
42 #endif
43 #ifdef TARGET_ARCH_MODEL_ppc
44 # include "adfiles/ad_ppc.hpp"
39 #endif 45 #endif
40 46
41 47
42 volatile int C2Compiler::_runtimes = uninitialized; 48 volatile int C2Compiler::_runtimes = uninitialized;
43 49