comparison src/share/vm/interpreter/abstractInterpreter.hpp @ 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 8033953d67ff
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
38 #ifdef TARGET_ARCH_MODEL_sparc 38 #ifdef TARGET_ARCH_MODEL_sparc
39 # include "interp_masm_sparc.hpp" 39 # include "interp_masm_sparc.hpp"
40 #endif 40 #endif
41 #ifdef TARGET_ARCH_MODEL_zero 41 #ifdef TARGET_ARCH_MODEL_zero
42 # include "interp_masm_zero.hpp" 42 # include "interp_masm_zero.hpp"
43 #endif
44 #ifdef TARGET_ARCH_MODEL_arm
45 # include "interp_masm_arm.hpp"
46 #endif
47 #ifdef TARGET_ARCH_MODEL_ppc
48 # include "interp_masm_ppc.hpp"
43 #endif 49 #endif
44 #ifdef TARGET_OS_FAMILY_linux 50 #ifdef TARGET_OS_FAMILY_linux
45 # include "thread_linux.inline.hpp" 51 # include "thread_linux.inline.hpp"
46 #endif 52 #endif
47 #ifdef TARGET_OS_FAMILY_solaris 53 #ifdef TARGET_OS_FAMILY_solaris