src/share/vm/runtime/globals.hpp

changeset 7994
04ff2f6cd0eb
parent 7854
e8260b6328fb
parent 7535
7ae4e26cb1e0
child 8604
04d83ba48607
equal deleted inserted replaced
7993:9bf9a733246b 7994:04ff2f6cd0eb
50 # include "globals_arm.hpp" 50 # include "globals_arm.hpp"
51 #endif 51 #endif
52 #ifdef TARGET_ARCH_ppc 52 #ifdef TARGET_ARCH_ppc
53 # include "globals_ppc.hpp" 53 # include "globals_ppc.hpp"
54 #endif 54 #endif
55 #ifdef TARGET_ARCH_mips
56 # include "globals_mips.hpp"
57 #endif
55 #ifdef TARGET_OS_FAMILY_linux 58 #ifdef TARGET_OS_FAMILY_linux
56 # include "globals_linux.hpp" 59 # include "globals_linux.hpp"
57 #endif 60 #endif
58 #ifdef TARGET_OS_FAMILY_solaris 61 #ifdef TARGET_OS_FAMILY_solaris
59 # include "globals_solaris.hpp" 62 # include "globals_solaris.hpp"
70 #ifdef TARGET_OS_ARCH_linux_x86 73 #ifdef TARGET_OS_ARCH_linux_x86
71 # include "globals_linux_x86.hpp" 74 # include "globals_linux_x86.hpp"
72 #endif 75 #endif
73 #ifdef TARGET_OS_ARCH_linux_sparc 76 #ifdef TARGET_OS_ARCH_linux_sparc
74 # include "globals_linux_sparc.hpp" 77 # include "globals_linux_sparc.hpp"
78 #endif
79 #ifdef TARGET_OS_ARCH_linux_mips
80 # include "globals_linux_mips.hpp"
75 #endif 81 #endif
76 #ifdef TARGET_OS_ARCH_linux_zero 82 #ifdef TARGET_OS_ARCH_linux_zero
77 # include "globals_linux_zero.hpp" 83 # include "globals_linux_zero.hpp"
78 #endif 84 #endif
79 #ifdef TARGET_OS_ARCH_solaris_x86 85 #ifdef TARGET_OS_ARCH_solaris_x86
105 # include "c1_globals_x86.hpp" 111 # include "c1_globals_x86.hpp"
106 #endif 112 #endif
107 #ifdef TARGET_ARCH_sparc 113 #ifdef TARGET_ARCH_sparc
108 # include "c1_globals_sparc.hpp" 114 # include "c1_globals_sparc.hpp"
109 #endif 115 #endif
116 #ifdef TARGET_ARCH_mips
117 # include "c1_globals_mips.hpp"
118 #endif
110 #ifdef TARGET_ARCH_arm 119 #ifdef TARGET_ARCH_arm
111 # include "c1_globals_arm.hpp" 120 # include "c1_globals_arm.hpp"
112 #endif 121 #endif
113 #ifdef TARGET_ARCH_ppc 122 #ifdef TARGET_ARCH_ppc
114 # include "c1_globals_ppc.hpp" 123 # include "c1_globals_ppc.hpp"
133 #ifdef TARGET_ARCH_x86 142 #ifdef TARGET_ARCH_x86
134 # include "c2_globals_x86.hpp" 143 # include "c2_globals_x86.hpp"
135 #endif 144 #endif
136 #ifdef TARGET_ARCH_sparc 145 #ifdef TARGET_ARCH_sparc
137 # include "c2_globals_sparc.hpp" 146 # include "c2_globals_sparc.hpp"
147 #endif
148 #ifdef TARGET_ARCH_mips
149 # include "c2_globals_mips.hpp"
138 #endif 150 #endif
139 #ifdef TARGET_ARCH_arm 151 #ifdef TARGET_ARCH_arm
140 # include "c2_globals_arm.hpp" 152 # include "c2_globals_arm.hpp"
141 #endif 153 #endif
142 #ifdef TARGET_ARCH_ppc 154 #ifdef TARGET_ARCH_ppc

mercurial