comparison src/share/vm/prims/jni_md.h @ 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 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
31 # include "jni_sparc.h" 31 # include "jni_sparc.h"
32 #endif 32 #endif
33 #ifdef TARGET_ARCH_zero 33 #ifdef TARGET_ARCH_zero
34 # include "jni_zero.h" 34 # include "jni_zero.h"
35 #endif 35 #endif
36 #ifdef TARGET_ARCH_arm
37 # include "jni_arm.h"
38 #endif
39 #ifdef TARGET_ARCH_ppc
40 # include "jni_ppc.h"
41 #endif
36 42
37 43
38 /* 44 /*
39 The local copies of JNI header files may be refreshed 45 The local copies of JNI header files may be refreshed
40 from a JDK distribution by means of these commands: 46 from a JDK distribution by means of these commands: