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