comparison src/share/vm/opto/runtime.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 3582bf76420e
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
78 # include "adfiles/ad_sparc.hpp" 78 # include "adfiles/ad_sparc.hpp"
79 #endif 79 #endif
80 #ifdef TARGET_ARCH_MODEL_zero 80 #ifdef TARGET_ARCH_MODEL_zero
81 # include "adfiles/ad_zero.hpp" 81 # include "adfiles/ad_zero.hpp"
82 #endif 82 #endif
83 #ifdef TARGET_ARCH_MODEL_arm
84 # include "adfiles/ad_arm.hpp"
85 #endif
86 #ifdef TARGET_ARCH_MODEL_ppc
87 # include "adfiles/ad_ppc.hpp"
88 #endif
83 89
84 90
85 // For debugging purposes: 91 // For debugging purposes:
86 // To force FullGCALot inside a runtime function, add the following two lines 92 // To force FullGCALot inside a runtime function, add the following two lines
87 // 93 //