src/hotspot/share/runtime/thread.cpp
changeset 47614 0ecfd6c951a6
parent 47613 af241e3e5a13
child 47634 6a0c42c40cd1
equal deleted inserted replaced
47613:af241e3e5a13 47614:0ecfd6c951a6
  3749   JvmtiExport::post_vm_start();
  3749   JvmtiExport::post_vm_start();
  3750 
  3750 
  3751   // Final system initialization including security manager and system class loader
  3751   // Final system initialization including security manager and system class loader
  3752   call_initPhase3(CHECK_JNI_ERR);
  3752   call_initPhase3(CHECK_JNI_ERR);
  3753 
  3753 
  3754   // cache the system class loader
  3754   // cache the system and platform class loaders
  3755   SystemDictionary::compute_java_system_loader(CHECK_(JNI_ERR));
  3755   SystemDictionary::compute_java_loaders(CHECK_JNI_ERR);
  3756 
  3756 
  3757 #if INCLUDE_JVMCI
  3757 #if INCLUDE_JVMCI
  3758   if (EnableJVMCI) {
  3758   if (EnableJVMCI) {
  3759     // Initialize JVMCI eagerly if JVMCIPrintProperties is enabled.
  3759     // Initialize JVMCI eagerly if JVMCIPrintProperties is enabled.
  3760     // The JVMCI Java initialization code will read this flag and
  3760     // The JVMCI Java initialization code will read this flag and