comparison src/share/vm/runtime/safepoint.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
58 # include "vmreg_sparc.inline.hpp" 58 # include "vmreg_sparc.inline.hpp"
59 #endif 59 #endif
60 #ifdef TARGET_ARCH_zero 60 #ifdef TARGET_ARCH_zero
61 # include "nativeInst_zero.hpp" 61 # include "nativeInst_zero.hpp"
62 # include "vmreg_zero.inline.hpp" 62 # include "vmreg_zero.inline.hpp"
63 #endif
64 #ifdef TARGET_ARCH_arm
65 # include "nativeInst_arm.hpp"
66 # include "vmreg_arm.inline.hpp"
67 #endif
68 #ifdef TARGET_ARCH_ppc
69 # include "nativeInst_ppc.hpp"
70 # include "vmreg_ppc.inline.hpp"
63 #endif 71 #endif
64 #ifdef TARGET_OS_FAMILY_linux 72 #ifdef TARGET_OS_FAMILY_linux
65 # include "thread_linux.inline.hpp" 73 # include "thread_linux.inline.hpp"
66 #endif 74 #endif
67 #ifdef TARGET_OS_FAMILY_solaris 75 #ifdef TARGET_OS_FAMILY_solaris