src/share/vm/interpreter/cppInterpreterGenerator.hpp

changeset 9203
53eec13fbaa5
parent 9191
a0373be7fe1b
parent 6876
710a3c8b516e
equal deleted inserted replaced
9202:eed8e846c982 9203:53eec13fbaa5
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_CPPINTERPRETERGENERATOR_HPP 31 #ifndef SHARE_VM_INTERPRETER_CPPINTERPRETERGENERATOR_HPP
26 #define SHARE_VM_INTERPRETER_CPPINTERPRETERGENERATOR_HPP 32 #define SHARE_VM_INTERPRETER_CPPINTERPRETERGENERATOR_HPP
27 33
48 CppInterpreterGenerator(StubQueue* _code); 54 CppInterpreterGenerator(StubQueue* _code);
49 55
50 #ifdef TARGET_ARCH_x86 56 #ifdef TARGET_ARCH_x86
51 # include "cppInterpreterGenerator_x86.hpp" 57 # include "cppInterpreterGenerator_x86.hpp"
52 #endif 58 #endif
59 #ifdef TARGET_ARCH_mips
60 # include "cppInterpreterGenerator_mips.hpp"
61 #endif
53 #ifdef TARGET_ARCH_sparc 62 #ifdef TARGET_ARCH_sparc
54 # include "cppInterpreterGenerator_sparc.hpp" 63 # include "cppInterpreterGenerator_sparc.hpp"
55 #endif 64 #endif
56 #ifdef TARGET_ARCH_zero 65 #ifdef TARGET_ARCH_zero
57 # include "cppInterpreterGenerator_zero.hpp" 66 # include "cppInterpreterGenerator_zero.hpp"

mercurial