src/share/vm/runtime/thread.cpp

changeset 9949
fb74ae591209
parent 9944
26d1803768c7
parent 9925
30fb8c8cceb9
child 9986
85e682d8ab91
equal deleted inserted replaced
9948:ae4fc0906f45 9949:fb74ae591209
3490 MetaspaceShared::preload_and_dump(CHECK_0); 3490 MetaspaceShared::preload_and_dump(CHECK_0);
3491 ShouldNotReachHere(); 3491 ShouldNotReachHere();
3492 } 3492 }
3493 3493
3494 #if !INCLUDE_JFR 3494 #if !INCLUDE_JFR
3495 // if JFR is not enabled at the build time keep the original JvmtiExport location 3495 // if JFR is not enabled at the build time keep the original JvmtiExport location
3496 3496
3497 // Always call even when there are not JVMTI environments yet, since environments 3497 // Always call even when there are not JVMTI environments yet, since environments
3498 // may be attached late and JVMTI must track phases of VM execution 3498 // may be attached late and JVMTI must track phases of VM execution
3499 JvmtiExport::enter_start_phase(); 3499 JvmtiExport::enter_start_phase();
3500 3500
3501 // Notify JVMTI agents that VM has started (JNI is up) - nop if no agents. 3501 // Notify JVMTI agents that VM has started (JNI is up) - nop if no agents.
3502 JvmtiExport::post_vm_start(); 3502 JvmtiExport::post_vm_start();
3503 }
3504 #endif 3503 #endif
3505 3504
3506 { 3505 {
3507 TraceTime timer("Initialize java.lang classes", TraceStartupTime); 3506 TraceTime timer("Initialize java.lang classes", TraceStartupTime);
3508 3507

mercurial