changeset 10797:c49a13526ba9

8254673: Call to JvmtiExport::post_vm_start() was removed by the fix for JDK-8249158 Reviewed-by: andrew
author bae
date Fri, 16 Oct 2020 19:12:56 +0100
parents 824065fb8b18
children 73d58f4c918a
files src/share/vm/runtime/thread.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Wed May 13 15:59:17 2020 +0200
+++ b/src/share/vm/runtime/thread.cpp	Fri Oct 16 19:12:56 2020 +0100
@@ -3496,6 +3496,7 @@
   JvmtiExport::enter_start_phase();
 
   // Notify JVMTI agents that VM has started (JNI is up) - nop if no agents.
+  JvmtiExport::post_vm_start();
 
   {
     TraceTime timer("Initialize java.lang classes", TraceStartupTime);