src/hotspot/share/runtime/thread.cpp
changeset 52816 03253c32d8e7
parent 52701 c724619944f1
child 52877 9e041366c764
equal deleted inserted replaced
52815:10bb941d7fd4 52816:03253c32d8e7
  3900 
  3900 
  3901   // Always call even when there are not JVMTI environments yet, since environments
  3901   // Always call even when there are not JVMTI environments yet, since environments
  3902   // may be attached late and JVMTI must track phases of VM execution
  3902   // may be attached late and JVMTI must track phases of VM execution
  3903   JvmtiExport::enter_live_phase();
  3903   JvmtiExport::enter_live_phase();
  3904 
  3904 
       
  3905   // Make perfmemory accessible
       
  3906   PerfMemory::set_accessible(true);
       
  3907 
  3905   // Notify JVMTI agents that VM initialization is complete - nop if no agents.
  3908   // Notify JVMTI agents that VM initialization is complete - nop if no agents.
  3906   JvmtiExport::post_vm_initialized();
  3909   JvmtiExport::post_vm_initialized();
  3907 
  3910 
  3908   JFR_ONLY(Jfr::on_vm_start();)
  3911   JFR_ONLY(Jfr::on_vm_start();)
  3909 
  3912