src/share/vm/prims/jniCheck.cpp

changeset 6876
710a3c8b516e
parent 6680
78bbf4d43a14
parent 1
2d8a650513c2
child 7535
7ae4e26cb1e0
equal deleted inserted replaced
6875:28b50d07f6f8 6876:710a3c8b516e
18 * 18 *
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */
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.
23 */ 29 */
24 30
25 #include "precompiled.hpp" 31 #include "precompiled.hpp"
26 #include "classfile/systemDictionary.hpp" 32 #include "classfile/systemDictionary.hpp"
27 #include "classfile/vmSymbols.hpp" 33 #include "classfile/vmSymbols.hpp"
48 #ifdef TARGET_ARCH_arm 54 #ifdef TARGET_ARCH_arm
49 # include "jniTypes_arm.hpp" 55 # include "jniTypes_arm.hpp"
50 #endif 56 #endif
51 #ifdef TARGET_ARCH_ppc 57 #ifdef TARGET_ARCH_ppc
52 # include "jniTypes_ppc.hpp" 58 # include "jniTypes_ppc.hpp"
59 #endif
60 #ifdef TARGET_ARCH_mips
61 # include "jniTypes_mips.hpp"
53 #endif 62 #endif
54 63
55 64
56 // Heap objects are allowed to be directly referenced only in VM code, 65 // Heap objects are allowed to be directly referenced only in VM code,
57 // not in native code. 66 // not in native code.

mercurial