comparison src/share/vm/runtime/thread.cpp @ 7206:d2f8c38e543d

Merge
author roland
date Fri, 07 Dec 2012 01:09:03 -0800
parents f34d701e952e 2cd5e15048e6
children 291ffc492eb6 2d6c433b1f38 0b3d19153cc6
comparison
equal deleted inserted replaced
7191:816b7e5bf2ed 7206:d2f8c38e543d
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);