diff src/share/vm/runtime/thread.cpp @ 7125:1baf7f1e3f23

decoupled C++ Graal runtime from C1
author Doug Simon <doug.simon@oracle.com>
date Mon, 03 Dec 2012 15:32:17 +0100
parents 679e6584c177
children 291ffc492eb6
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Mon Dec 03 13:56:13 2012 +0100
+++ b/src/share/vm/runtime/thread.cpp	Mon Dec 03 15:32:17 2012 +0100
@@ -3680,7 +3680,7 @@
   }
 
   // initialize compiler(s)
-#if defined(COMPILER1) || defined(COMPILER2)
+#if defined(COMPILER1) || defined(COMPILER2) || defined(GRAAL)
   CompileBroker::compilation_init();
 #endif