src/share/vm/interpreter/abstractInterpreter.hpp

changeset 6876
710a3c8b516e
parent 6723
0bf37f737702
parent 1
2d8a650513c2
child 7994
04ff2f6cd0eb
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_INTERPRETER_ABSTRACTINTERPRETER_HPP 31 #ifndef SHARE_VM_INTERPRETER_ABSTRACTINTERPRETER_HPP
26 #define SHARE_VM_INTERPRETER_ABSTRACTINTERPRETER_HPP 32 #define SHARE_VM_INTERPRETER_ABSTRACTINTERPRETER_HPP
27 33
30 #include "runtime/thread.inline.hpp" 36 #include "runtime/thread.inline.hpp"
31 #include "runtime/vmThread.hpp" 37 #include "runtime/vmThread.hpp"
32 #include "utilities/top.hpp" 38 #include "utilities/top.hpp"
33 #ifdef TARGET_ARCH_x86 39 #ifdef TARGET_ARCH_x86
34 # include "interp_masm_x86.hpp" 40 # include "interp_masm_x86.hpp"
41 #endif
42 #ifdef TARGET_ARCH_MODEL_mips_64
43 # include "interp_masm_mips_64.hpp"
35 #endif 44 #endif
36 #ifdef TARGET_ARCH_MODEL_sparc 45 #ifdef TARGET_ARCH_MODEL_sparc
37 # include "interp_masm_sparc.hpp" 46 # include "interp_masm_sparc.hpp"
38 #endif 47 #endif
39 #ifdef TARGET_ARCH_MODEL_zero 48 #ifdef TARGET_ARCH_MODEL_zero

mercurial