comparison src/share/vm/runtime/globals.hpp @ 14124:7ad529321294

make: remove GRAALVM and introduce COMPILERGRAAL. fix client hosted-mode
author Bernhard Urban <bernhard.urban@jku.at>
date Mon, 10 Mar 2014 16:26:10 +0100
parents 4cbe077ab49a
children d8041d695d19
comparison
equal deleted inserted replaced
14123:dc41eab09fe8 14124:7ad529321294
118 #endif 118 #endif
119 #ifdef TARGET_OS_FAMILY_bsd 119 #ifdef TARGET_OS_FAMILY_bsd
120 # include "c1_globals_bsd.hpp" 120 # include "c1_globals_bsd.hpp"
121 #endif 121 #endif
122 #endif 122 #endif
123 #ifdef GRAAL 123 #ifdef COMPILERGRAAL
124 #ifdef TARGET_ARCH_x86 124 #ifdef TARGET_ARCH_x86
125 # include "graalGlobals_x86.hpp" 125 # include "graalGlobals_x86.hpp"
126 #endif 126 #endif
127 #ifdef TARGET_ARCH_sparc 127 #ifdef TARGET_ARCH_sparc
128 # include "graalGlobals_sparc.hpp" 128 # include "graalGlobals_sparc.hpp"
131 # include "graalGlobals_arm.hpp" 131 # include "graalGlobals_arm.hpp"
132 #endif 132 #endif
133 #ifdef TARGET_ARCH_ppc 133 #ifdef TARGET_ARCH_ppc
134 # include "graalGlobals_ppc.hpp" 134 # include "graalGlobals_ppc.hpp"
135 #endif 135 #endif
136 #endif // GRAAL 136 #endif // COMPILERGRAAL
137 #ifdef COMPILER2 137 #ifdef COMPILER2
138 #ifdef TARGET_ARCH_x86 138 #ifdef TARGET_ARCH_x86
139 # include "c2_globals_x86.hpp" 139 # include "c2_globals_x86.hpp"
140 #endif 140 #endif
141 #ifdef TARGET_ARCH_sparc 141 #ifdef TARGET_ARCH_sparc
161 #ifdef TARGET_ARCH_zero 161 #ifdef TARGET_ARCH_zero
162 # include "shark_globals_zero.hpp" 162 # include "shark_globals_zero.hpp"
163 #endif 163 #endif
164 #endif 164 #endif
165 165
166 #if !defined(COMPILER1) && !defined(COMPILER2) && !defined(SHARK) && !defined(GRAAL) 166 #if !defined(COMPILER1) && !defined(COMPILER2) && !defined(SHARK) && !defined(COMPILERGRAAL)
167 define_pd_global(bool, BackgroundCompilation, false); 167 define_pd_global(bool, BackgroundCompilation, false);
168 define_pd_global(bool, UseTLAB, false); 168 define_pd_global(bool, UseTLAB, false);
169 define_pd_global(bool, CICompileOSR, false); 169 define_pd_global(bool, CICompileOSR, false);
170 define_pd_global(bool, UseTypeProfile, false); 170 define_pd_global(bool, UseTypeProfile, false);
171 define_pd_global(bool, UseOnStackReplacement, false); 171 define_pd_global(bool, UseOnStackReplacement, false);