hotspot/src/share/vm/runtime/thread.cpp
changeset 10022 377345fb5fb5
parent 9992 0d82cce3e655
child 10508 233d2e7c462d
equal deleted inserted replaced
10021:7a7afd351444 10022:377345fb5fb5
  3345   }
  3345   }
  3346 
  3346 
  3347   // Notify JVMTI agents that VM initialization is complete - nop if no agents.
  3347   // Notify JVMTI agents that VM initialization is complete - nop if no agents.
  3348   JvmtiExport::post_vm_initialized();
  3348   JvmtiExport::post_vm_initialized();
  3349 
  3349 
  3350   Chunk::start_chunk_pool_cleaner_task();
  3350   if (CleanChunkPoolAsync) {
       
  3351     Chunk::start_chunk_pool_cleaner_task();
       
  3352   }
  3351 
  3353 
  3352   // initialize compiler(s)
  3354   // initialize compiler(s)
  3353   CompileBroker::compilation_init();
  3355   CompileBroker::compilation_init();
  3354 
  3356 
  3355   Management::initialize(THREAD);
  3357   Management::initialize(THREAD);