src/share/vm/interpreter/templateInterpreter.hpp

changeset 1
2d8a650513c2
parent 0
f90c822e73f8
child 6876
710a3c8b516e
equal deleted inserted replaced
0:f90c822e73f8 1:2d8a650513c2
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_INTERPRETER_TEMPLATEINTERPRETER_HPP 31 #ifndef SHARE_VM_INTERPRETER_TEMPLATEINTERPRETER_HPP
26 #define SHARE_VM_INTERPRETER_TEMPLATEINTERPRETER_HPP 32 #define SHARE_VM_INTERPRETER_TEMPLATEINTERPRETER_HPP
27 33
188 static address deopt_reexecute_entry(Method* method, address bcp); 194 static address deopt_reexecute_entry(Method* method, address bcp);
189 195
190 #ifdef TARGET_ARCH_x86 196 #ifdef TARGET_ARCH_x86
191 # include "templateInterpreter_x86.hpp" 197 # include "templateInterpreter_x86.hpp"
192 #endif 198 #endif
199 #ifdef TARGET_ARCH_mips
200 # include "templateInterpreter_mips.hpp"
201 #endif
193 #ifdef TARGET_ARCH_sparc 202 #ifdef TARGET_ARCH_sparc
194 # include "templateInterpreter_sparc.hpp" 203 # include "templateInterpreter_sparc.hpp"
195 #endif 204 #endif
196 #ifdef TARGET_ARCH_zero 205 #ifdef TARGET_ARCH_zero
197 # include "templateInterpreter_zero.hpp" 206 # include "templateInterpreter_zero.hpp"

mercurial