src/hotspot/share/runtime/thread.cpp
changeset 47687 fb290fd1f9d4
parent 47637 87141990dde5
child 47765 b7c7428eaab9
--- a/src/hotspot/share/runtime/thread.cpp	Wed Oct 18 16:06:39 2017 +0200
+++ b/src/hotspot/share/runtime/thread.cpp	Sun Oct 15 22:54:03 2017 +0200
@@ -3724,7 +3724,7 @@
   }
 
   // initialize compiler(s)
-#if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK) || INCLUDE_JVMCI
+#if defined(COMPILER1) || defined(COMPILER2) || INCLUDE_JVMCI
   CompileBroker::compilation_init(CHECK_JNI_ERR);
 #endif