src/hotspot/share/prims/jni.cpp
changeset 53895 b22d8ae270a2
parent 53533 bce458ffed11
child 54416 b788c494aa46
equal deleted inserted replaced
53894:bf1133e7dfba 53895:b22d8ae270a2
  3951         }
  3951         }
  3952       }
  3952       }
  3953     }
  3953     }
  3954 #endif
  3954 #endif
  3955 
  3955 
  3956     // Tracks the time application was running before GC
       
  3957     RuntimeService::record_application_start();
       
  3958 
       
  3959     // Notify JVMTI
  3956     // Notify JVMTI
  3960     if (JvmtiExport::should_post_thread_life()) {
  3957     if (JvmtiExport::should_post_thread_life()) {
  3961        JvmtiExport::post_thread_start(thread);
  3958        JvmtiExport::post_thread_start(thread);
  3962     }
  3959     }
  3963 
  3960