src/share/vm/interpreter/bytecodeInterpreter.inline.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_BYTECODEINTERPRETER_INLINE_HPP 31 #ifndef SHARE_VM_INTERPRETER_BYTECODEINTERPRETER_INLINE_HPP
26 #define SHARE_VM_INTERPRETER_BYTECODEINTERPRETER_INLINE_HPP 32 #define SHARE_VM_INTERPRETER_BYTECODEINTERPRETER_INLINE_HPP
27 33
44 50
45 // Platform dependent data manipulation 51 // Platform dependent data manipulation
46 #ifdef TARGET_ARCH_x86 52 #ifdef TARGET_ARCH_x86
47 # include "bytecodeInterpreter_x86.inline.hpp" 53 # include "bytecodeInterpreter_x86.inline.hpp"
48 #endif 54 #endif
55 #ifdef TARGET_ARCH_mips
56 # include "bytecodeInterpreter_mips.inline.hpp"
57 #endif
49 #ifdef TARGET_ARCH_sparc 58 #ifdef TARGET_ARCH_sparc
50 # include "bytecodeInterpreter_sparc.inline.hpp" 59 # include "bytecodeInterpreter_sparc.inline.hpp"
51 #endif 60 #endif
52 #ifdef TARGET_ARCH_zero 61 #ifdef TARGET_ARCH_zero
53 # include "bytecodeInterpreter_zero.inline.hpp" 62 # include "bytecodeInterpreter_zero.inline.hpp"

mercurial