src/hotspot/share/runtime/thread.cpp
changeset 47687 fb290fd1f9d4
parent 47637 87141990dde5
child 47765 b7c7428eaab9
equal deleted inserted replaced
47686:24ebaf9d7198 47687:fb290fd1f9d4
  3722   if (CleanChunkPoolAsync) {
  3722   if (CleanChunkPoolAsync) {
  3723     Chunk::start_chunk_pool_cleaner_task();
  3723     Chunk::start_chunk_pool_cleaner_task();
  3724   }
  3724   }
  3725 
  3725 
  3726   // initialize compiler(s)
  3726   // initialize compiler(s)
  3727 #if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK) || INCLUDE_JVMCI
  3727 #if defined(COMPILER1) || defined(COMPILER2) || INCLUDE_JVMCI
  3728   CompileBroker::compilation_init(CHECK_JNI_ERR);
  3728   CompileBroker::compilation_init(CHECK_JNI_ERR);
  3729 #endif
  3729 #endif
  3730 
  3730 
  3731   // Pre-initialize some JSR292 core classes to avoid deadlock during class loading.
  3731   // Pre-initialize some JSR292 core classes to avoid deadlock during class loading.
  3732   // It is done after compilers are initialized, because otherwise compilations of
  3732   // It is done after compilers are initialized, because otherwise compilations of