8254673: Call to JvmtiExport::post_vm_start() was removed by the fix for JDK-8249158

Fri, 16 Oct 2020 19:12:56 +0100

author
bae
date
Fri, 16 Oct 2020 19:12:56 +0100
changeset 10011
c49a13526ba9
parent 10010
824065fb8b18
child 10012
73d58f4c918a

8254673: Call to JvmtiExport::post_vm_start() was removed by the fix for JDK-8249158
Reviewed-by: andrew

src/share/vm/runtime/thread.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/runtime/thread.cpp	Wed May 13 15:59:17 2020 +0200
     1.2 +++ b/src/share/vm/runtime/thread.cpp	Fri Oct 16 19:12:56 2020 +0100
     1.3 @@ -3496,6 +3496,7 @@
     1.4    JvmtiExport::enter_start_phase();
     1.5  
     1.6    // Notify JVMTI agents that VM has started (JNI is up) - nop if no agents.
     1.7 +  JvmtiExport::post_vm_start();
     1.8  
     1.9    {
    1.10      TraceTime timer("Initialize java.lang classes", TraceStartupTime);

mercurial