hotspot/src/share/vm/runtime/thread.cpp
changeset 14633 58caa6fc3b7c
parent 14583 d70ee55535f4
parent 14622 8e94e4186d35
child 14839 cda9ce5806b7
child 14835 70896cb93c35
equal deleted inserted replaced
14618:36be37ab49cb 14633:58caa6fc3b7c
  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);