--- old/src/share/vm/runtime/thread.cpp 2012-11-21 18:10:58.174709401 +0100 +++ new/src/share/vm/runtime/thread.cpp 2012-11-21 18:10:57.983709626 +0100 @@ -3626,7 +3626,7 @@ } // initialize compiler(s) -#if defined(COMPILER1) || defined(COMPILER2) +#if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK) CompileBroker::compilation_init(); #endif