hotspot/src/share/vm/runtime/thread.cpp
changeset 14622 8e94e4186d35
parent 14490 5bb45ed999ee
child 14633 58caa6fc3b7c
--- a/hotspot/src/share/vm/runtime/thread.cpp	Mon Nov 26 17:25:11 2012 -0800
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Tue Nov 27 12:48:52 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