src/share/vm/c1/c1_globals.hpp

changeset 6876
710a3c8b516e
parent 6503
a9becfeecd1b
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_C1_C1_GLOBALS_HPP 31 #ifndef SHARE_VM_C1_C1_GLOBALS_HPP
26 #define SHARE_VM_C1_C1_GLOBALS_HPP 32 #define SHARE_VM_C1_C1_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 "c1_globals_x86.hpp" 36 # include "c1_globals_x86.hpp"
37 #endif
38 #ifdef TARGET_ARCH_mips
39 # include "c1_globals_mips.hpp"
31 #endif 40 #endif
32 #ifdef TARGET_ARCH_sparc 41 #ifdef TARGET_ARCH_sparc
33 # include "c1_globals_sparc.hpp" 42 # include "c1_globals_sparc.hpp"
34 #endif 43 #endif
35 #ifdef TARGET_ARCH_arm 44 #ifdef TARGET_ARCH_arm

mercurial