comparison src/share/vm/prims/jniCheck.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 c7f3d0b4570f
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
42 #ifdef TARGET_ARCH_sparc 42 #ifdef TARGET_ARCH_sparc
43 # include "jniTypes_sparc.hpp" 43 # include "jniTypes_sparc.hpp"
44 #endif 44 #endif
45 #ifdef TARGET_ARCH_zero 45 #ifdef TARGET_ARCH_zero
46 # include "jniTypes_zero.hpp" 46 # include "jniTypes_zero.hpp"
47 #endif
48 #ifdef TARGET_ARCH_arm
49 # include "jniTypes_arm.hpp"
50 #endif
51 #ifdef TARGET_ARCH_ppc
52 # include "jniTypes_ppc.hpp"
47 #endif 53 #endif
48 54
49 55
50 // Heap objects are allowed to be directly referenced only in VM code, 56 // Heap objects are allowed to be directly referenced only in VM code,
51 // not in native code. 57 // not in native code.