src/hotspot/share/runtime/thread.cpp
changeset 47799 1772ebf07d1f
parent 47765 b7c7428eaab9
child 47881 0ce0ac68ace7
equal deleted inserted replaced
47798:9fe9292f5931 47799:1772ebf07d1f
  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) || INCLUDE_JVMCI
  3727 #if defined(COMPILER1) || COMPILER2_OR_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