src/share/vm/runtime/javaFrameAnchor.hpp

changeset 7535
7ae4e26cb1e0
parent 6911
ce8f6bb717c9
parent 6876
710a3c8b516e
equal deleted inserted replaced
7534:e6aa4a8c1b46 7535:7ae4e26cb1e0
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_JAVAFRAMEANCHOR_HPP 31 #ifndef SHARE_VM_RUNTIME_JAVAFRAMEANCHOR_HPP
26 #define SHARE_VM_RUNTIME_JAVAFRAMEANCHOR_HPP 32 #define SHARE_VM_RUNTIME_JAVAFRAMEANCHOR_HPP
27 33
78 void zap(void) { _last_Java_sp = NULL; } 84 void zap(void) { _last_Java_sp = NULL; }
79 85
80 #ifdef TARGET_ARCH_x86 86 #ifdef TARGET_ARCH_x86
81 # include "javaFrameAnchor_x86.hpp" 87 # include "javaFrameAnchor_x86.hpp"
82 #endif 88 #endif
89 #ifdef TARGET_ARCH_mips
90 # include "javaFrameAnchor_mips.hpp"
91 #endif
83 #ifdef TARGET_ARCH_sparc 92 #ifdef TARGET_ARCH_sparc
84 # include "javaFrameAnchor_sparc.hpp" 93 # include "javaFrameAnchor_sparc.hpp"
85 #endif 94 #endif
86 #ifdef TARGET_ARCH_zero 95 #ifdef TARGET_ARCH_zero
87 # include "javaFrameAnchor_zero.hpp" 96 # include "javaFrameAnchor_zero.hpp"

mercurial