hotspot/src/share/vm/runtime/thread.cpp
changeset 14633 58caa6fc3b7c
parent 14583 d70ee55535f4
parent 14622 8e94e4186d35
child 14839 cda9ce5806b7
child 14835 70896cb93c35
--- a/hotspot/src/share/vm/runtime/thread.cpp	Fri Nov 30 17:00:32 2012 -0800
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Fri Dec 07 01:09:03 2012 -0800
@@ -3667,7 +3667,7 @@
   }
 
   // initialize compiler(s)
-#if defined(COMPILER1) || defined(COMPILER2)
+#if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK)
   CompileBroker::compilation_init();
 #endif