--- old/src/share/vm/runtime/thread.cpp 2012-11-26 23:53:06.619887662 +0100 +++ new/src/share/vm/runtime/thread.cpp 2012-11-26 23:53:06.528887790 +0100 @@ -3667,7 +3667,7 @@ } // initialize compiler(s) -#if defined(COMPILER1) || defined(COMPILER2) +#if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK) CompileBroker::compilation_init(); #endif