comparison src/share/vm/runtime/javaCalls.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 3582bf76420e
children 0cd39a385a72 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
36 #ifdef TARGET_ARCH_sparc 36 #ifdef TARGET_ARCH_sparc
37 # include "jniTypes_sparc.hpp" 37 # include "jniTypes_sparc.hpp"
38 #endif 38 #endif
39 #ifdef TARGET_ARCH_zero 39 #ifdef TARGET_ARCH_zero
40 # include "jniTypes_zero.hpp" 40 # include "jniTypes_zero.hpp"
41 #endif
42 #ifdef TARGET_ARCH_arm
43 # include "jniTypes_arm.hpp"
44 #endif
45 #ifdef TARGET_ARCH_ppc
46 # include "jniTypes_ppc.hpp"
41 #endif 47 #endif
42 #ifdef TARGET_OS_FAMILY_linux 48 #ifdef TARGET_OS_FAMILY_linux
43 # include "thread_linux.inline.hpp" 49 # include "thread_linux.inline.hpp"
44 #endif 50 #endif
45 #ifdef TARGET_OS_FAMILY_solaris 51 #ifdef TARGET_OS_FAMILY_solaris