src/share/vm/c1/c1_MacroAssembler.hpp

changeset 6876
710a3c8b516e
parent 6723
0bf37f737702
parent 1
2d8a650513c2
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_C1_C1_MACROASSEMBLER_HPP 31 #ifndef SHARE_VM_C1_C1_MACROASSEMBLER_HPP
26 #define SHARE_VM_C1_C1_MACROASSEMBLER_HPP 32 #define SHARE_VM_C1_C1_MACROASSEMBLER_HPP
27 33
47 void verify_stack_oop(int offset) PRODUCT_RETURN; 53 void verify_stack_oop(int offset) PRODUCT_RETURN;
48 void verify_not_null_oop(Register r) PRODUCT_RETURN; 54 void verify_not_null_oop(Register r) PRODUCT_RETURN;
49 55
50 #ifdef TARGET_ARCH_x86 56 #ifdef TARGET_ARCH_x86
51 # include "c1_MacroAssembler_x86.hpp" 57 # include "c1_MacroAssembler_x86.hpp"
58 #endif
59 #ifdef TARGET_ARCH_mips
60 # include "c1_MacroAssembler_mips.hpp"
52 #endif 61 #endif
53 #ifdef TARGET_ARCH_sparc 62 #ifdef TARGET_ARCH_sparc
54 # include "c1_MacroAssembler_sparc.hpp" 63 # include "c1_MacroAssembler_sparc.hpp"
55 #endif 64 #endif
56 #ifdef TARGET_ARCH_arm 65 #ifdef TARGET_ARCH_arm

mercurial