diff src/share/vm/graal/graalCompiler.cpp @ 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 dd783f0ecf17
children cd22c8dbda4f
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.cpp	Mon Mar 10 16:20:45 2014 +0100
+++ b/src/share/vm/graal/graalCompiler.cpp	Mon Mar 10 16:26:10 2014 +0100
@@ -99,7 +99,7 @@
     VMToCompiler::finalizeOptions(CITime || CITimeEach);
 
     if (UseCompiler) {
-      bool bootstrap = GRAALVM_ONLY(BootstrapGraal) NOT_GRAALVM(false);
+      bool bootstrap = COMPILERGRAAL_PRESENT(BootstrapGraal) NOT_COMPILERGRAAL(false);
       VMToCompiler::startCompiler(bootstrap);
       _initialized = true;
       CompilationPolicy::completed_vm_startup();