src/share/vm/prims/jni_md.h

changeset 6876
710a3c8b516e
parent 2708
1d1603768966
parent 1
2d8a650513c2
equal deleted inserted replaced
6875:28b50d07f6f8 6876:710a3c8b516e
20 * 20 *
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 * or visit www.oracle.com if you need additional information or have any 22 * or visit www.oracle.com if you need additional information or have any
23 * questions. 23 * questions.
24 */ 24 */
25 /*
26 * This file has been modified by Loongson Technology in 2015. These
27 * modifications are Copyright (c) 2015 Loongson Technology, and are made
28 * available on the same license terms set forth above.
29 */
30
25 31
26 /* Switch to the correct jni_md.h file without reliance on -I options. */ 32 /* Switch to the correct jni_md.h file without reliance on -I options. */
27 #ifdef TARGET_ARCH_x86 33 #ifdef TARGET_ARCH_x86
28 # include "jni_x86.h" 34 # include "jni_x86.h"
29 #endif 35 #endif
37 # include "jni_arm.h" 43 # include "jni_arm.h"
38 #endif 44 #endif
39 #ifdef TARGET_ARCH_ppc 45 #ifdef TARGET_ARCH_ppc
40 # include "jni_ppc.h" 46 # include "jni_ppc.h"
41 #endif 47 #endif
48 #ifdef TARGET_ARCH_mips
49 # include "jni_mips.h"
50 #endif
42 51
43 52
44 /* 53 /*
45 The local copies of JNI header files may be refreshed 54 The local copies of JNI header files may be refreshed
46 from a JDK distribution by means of these commands: 55 from a JDK distribution by means of these commands:

mercurial