comparison 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
comparison
equal deleted inserted replaced
7194:beebba0acc11 7195:2cd5e15048e6
3665 if (CleanChunkPoolAsync) { 3665 if (CleanChunkPoolAsync) {
3666 Chunk::start_chunk_pool_cleaner_task(); 3666 Chunk::start_chunk_pool_cleaner_task();
3667 } 3667 }
3668 3668
3669 // initialize compiler(s) 3669 // initialize compiler(s)
3670 #if defined(COMPILER1) || defined(COMPILER2) 3670 #if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK)
3671 CompileBroker::compilation_init(); 3671 CompileBroker::compilation_init();
3672 #endif 3672 #endif
3673 3673
3674 #if INCLUDE_MANAGEMENT 3674 #if INCLUDE_MANAGEMENT
3675 Management::initialize(THREAD); 3675 Management::initialize(THREAD);