src/share/vm/opto/c2_globals.hpp

changeset 6876
710a3c8b516e
parent 6679
968a17f18337
parent 1
2d8a650513c2
child 7535
7ae4e26cb1e0
equal deleted inserted replaced
6875:28b50d07f6f8 6876:710a3c8b516e
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 */ 23 */
24 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.
29 */
30
25 #ifndef SHARE_VM_OPTO_C2_GLOBALS_HPP 31 #ifndef SHARE_VM_OPTO_C2_GLOBALS_HPP
26 #define SHARE_VM_OPTO_C2_GLOBALS_HPP 32 #define SHARE_VM_OPTO_C2_GLOBALS_HPP
27 33
28 #include "runtime/globals.hpp" 34 #include "runtime/globals.hpp"
29 #ifdef TARGET_ARCH_x86 35 #ifdef TARGET_ARCH_x86
30 # include "c2_globals_x86.hpp" 36 # include "c2_globals_x86.hpp"
31 #endif 37 #endif
32 #ifdef TARGET_ARCH_sparc 38 #ifdef TARGET_ARCH_sparc
33 # include "c2_globals_sparc.hpp" 39 # include "c2_globals_sparc.hpp"
40 #endif
41 #ifdef TARGET_ARCH_mips
42 # include "c2_globals_mips.hpp"
34 #endif 43 #endif
35 #ifdef TARGET_ARCH_arm 44 #ifdef TARGET_ARCH_arm
36 # include "c2_globals_arm.hpp" 45 # include "c2_globals_arm.hpp"
37 #endif 46 #endif
38 #ifdef TARGET_ARCH_ppc 47 #ifdef TARGET_ARCH_ppc

mercurial