src/share/vm/runtime/thread.cpp

Print this page
rev 3810 : [mq]: shark.patch

*** 3624,3634 **** if (CleanChunkPoolAsync) { Chunk::start_chunk_pool_cleaner_task(); } // initialize compiler(s) ! #if defined(COMPILER1) || defined(COMPILER2) CompileBroker::compilation_init(); #endif #if INCLUDE_MANAGEMENT Management::initialize(THREAD); --- 3624,3634 ---- if (CleanChunkPoolAsync) { Chunk::start_chunk_pool_cleaner_task(); } // initialize compiler(s) ! #if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK) CompileBroker::compilation_init(); #endif #if INCLUDE_MANAGEMENT Management::initialize(THREAD);