comparison src/share/vm/c1/c1_LinearScan.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 7223744c2784
children b9684d5ccb52
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
38 #ifdef TARGET_ARCH_sparc 38 #ifdef TARGET_ARCH_sparc
39 # include "vmreg_sparc.inline.hpp" 39 # include "vmreg_sparc.inline.hpp"
40 #endif 40 #endif
41 #ifdef TARGET_ARCH_zero 41 #ifdef TARGET_ARCH_zero
42 # include "vmreg_zero.inline.hpp" 42 # include "vmreg_zero.inline.hpp"
43 #endif
44 #ifdef TARGET_ARCH_arm
45 # include "vmreg_arm.inline.hpp"
46 #endif
47 #ifdef TARGET_ARCH_ppc
48 # include "vmreg_ppc.inline.hpp"
43 #endif 49 #endif
44 50
45 51
46 #ifndef PRODUCT 52 #ifndef PRODUCT
47 53