diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Mar 10 16:20:45 2014 +0100
+++ b/src/share/vm/runtime/globals.hpp	Mon Mar 10 16:26:10 2014 +0100
@@ -120,7 +120,7 @@
 # include "c1_globals_bsd.hpp"
 #endif
 #endif
-#ifdef GRAAL
+#ifdef COMPILERGRAAL 
 #ifdef TARGET_ARCH_x86
 # include "graalGlobals_x86.hpp"
 #endif
@@ -133,7 +133,7 @@
 #ifdef TARGET_ARCH_ppc
 # include "graalGlobals_ppc.hpp"
 #endif
-#endif // GRAAL
+#endif // COMPILERGRAAL
 #ifdef COMPILER2
 #ifdef TARGET_ARCH_x86
 # include "c2_globals_x86.hpp"
@@ -163,7 +163,7 @@
 #endif
 #endif
 
-#if !defined(COMPILER1) && !defined(COMPILER2) && !defined(SHARK) && !defined(GRAAL)
+#if !defined(COMPILER1) && !defined(COMPILER2) && !defined(SHARK) && !defined(COMPILERGRAAL)
 define_pd_global(bool, BackgroundCompilation,        false);
 define_pd_global(bool, UseTLAB,                      false);
 define_pd_global(bool, CICompileOSR,                 false);