src/share/vm/runtime/frame.inline.hpp

changeset 6876
710a3c8b516e
parent 6521
af8cc1dae608
parent 1
2d8a650513c2
child 9203
53eec13fbaa5
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 #ifndef SHARE_VM_RUNTIME_FRAME_INLINE_HPP 31 #ifndef SHARE_VM_RUNTIME_FRAME_INLINE_HPP
26 #define SHARE_VM_RUNTIME_FRAME_INLINE_HPP 32 #define SHARE_VM_RUNTIME_FRAME_INLINE_HPP
27 33
43 #ifdef TARGET_ARCH_arm 49 #ifdef TARGET_ARCH_arm
44 # include "jniTypes_arm.hpp" 50 # include "jniTypes_arm.hpp"
45 #endif 51 #endif
46 #ifdef TARGET_ARCH_ppc 52 #ifdef TARGET_ARCH_ppc
47 # include "jniTypes_ppc.hpp" 53 # include "jniTypes_ppc.hpp"
54 #endif
55 #ifdef TARGET_ARCH_mips
56 # include "jniTypes_mips.hpp"
48 #endif 57 #endif
49 #ifdef ZERO 58 #ifdef ZERO
50 #ifdef TARGET_ARCH_zero 59 #ifdef TARGET_ARCH_zero
51 # include "entryFrame_zero.hpp" 60 # include "entryFrame_zero.hpp"
52 # include "fakeStubFrame_zero.hpp" 61 # include "fakeStubFrame_zero.hpp"
109 # include "frame_arm.inline.hpp" 118 # include "frame_arm.inline.hpp"
110 #endif 119 #endif
111 #ifdef TARGET_ARCH_ppc 120 #ifdef TARGET_ARCH_ppc
112 # include "frame_ppc.inline.hpp" 121 # include "frame_ppc.inline.hpp"
113 #endif 122 #endif
123 #ifdef TARGET_ARCH_mips
124 # include "frame_mips.inline.hpp"
125 #endif
114 126
115 127
116 #endif // SHARE_VM_RUNTIME_FRAME_INLINE_HPP 128 #endif // SHARE_VM_RUNTIME_FRAME_INLINE_HPP

mercurial