It would be desirable to allow the heap iteration functions (in particular IterateThroughHeap) to be called from the GarbageCollectionStart and GarbageCollectionFinish callbacks. That would allow tools to do statistical and summary analysis without needing to instrument all classes to get object allocation events.
- relates to
-
JDK-6392069 JVMTI Spec: GarbageCollectionFinish event - regression from JVMPI's equivalent
- Closed