MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / VMDeath

Method VMDeath

src/vmEntry.cpp:436–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void JNICALL VM::VMDeath(jvmtiEnv* jvmti, JNIEnv* jni) {
437 _terminating = true;
438 Profiler::instance()->shutdown(_global_args);
439}
440
441jvmtiError VM::RedefineClassesHook(jvmtiEnv* jvmti, jint class_count, const jvmtiClassDefinition* class_definitions) {
442 jvmtiError result = _orig_RedefineClasses(jvmti, class_count, class_definitions);

Callers

nothing calls this directly

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected