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

Method GarbageCollectionStart

src/objectSampler.cpp:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void ObjectSampler::GarbageCollectionStart(jvmtiEnv* jvmti) {
142 live_refs.gc();
143}
144
145void ObjectSampler::recordAllocation(jvmtiEnv* jvmti, JNIEnv* jni, EventType event_type,
146 jobject object, jclass object_klass, jlong size) {

Callers

nothing calls this directly

Calls 1

gcMethod · 0.80

Tested by

no test coverage detected