diff src/share/vm/runtime/thread.cpp @ 7195:2cd5e15048e6

8003868: fix shark for latest HotSpot and LLVM Reviewed-by: twisti Contributed-by: Roman Kennke <rkennke@redhat.com>
author twisti
date Tue, 27 Nov 2012 12:48:52 -0800
parents 80e866b1d053
children d2f8c38e543d
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Mon Nov 26 17:25:11 2012 -0800
+++ b/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