diff src/share/vm/runtime/thread.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 49db2c1e3bee
children d8041d695d19
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Mon Mar 10 16:20:45 2014 +0100
+++ b/src/share/vm/runtime/thread.cpp	Mon Mar 10 16:26:10 2014 +0100
@@ -3709,7 +3709,7 @@
   }
 
   // initialize compiler(s)
-#if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK) || defined(GRAALVM)
+#if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK) || defined(COMPILERGRAAL)
   CompileBroker::compilation_init();
 #endif